source: gs2-extensions/afrepo/trunk/src/src/httpd-afrepo.conf.in@ 27290

Last change on this file since 27290 was 27290, checked in by davidb, 11 years ago

'.in' version of files that get installed in the appropriate place when CASCADE-MAKE.sh is run

File size: 765 bytes
RevLine 
[27290]1
2
3<IfModule php5_module>
4
5 <Location />
6 AddType text/html .php .phps
7 AddHandler application/x-httpd-php .php
8 AddHandler application/x-httpd-php-source .phps
9 </Location>
10
11 <Directory "/afrepo">
12 AllowOverride All
13 </Directory>
14
15</IfModule>
16
17ProxyPass /4store/data @4store-http-prefix@/data
18ProxyPassReverse /4store/data @4store-http-prefix@/data
19
20ProxyPass /4store/sparql @4store-http-prefix@/sparql
21ProxyPassReverse /4store/sparql @4store-http-prefix@/sparql
22
23ProxyPass /4store/test @4store-http-prefix@/test
24ProxyPassReverse /4store/test @4store-http-prefix@/test
25
26ProxyPass /4store/status @4store-http-prefix@/status
27ProxyPassReverse /4store/status @4store-http-prefix@/status
28
29RewriteEngine on
30RewriteRule ^/afrepo/[0-9a-f]{32}_?$ /afrepo/webrequest.php
Note: See TracBrowser for help on using the repository browser.