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

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

Fine tuning

File size: 817 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
[27616]13 DirectoryIndex index.html index.php
[27290]14 </Directory>
15
16</IfModule>
17
18ProxyPass /4store/data @4store-http-prefix@/data
19ProxyPassReverse /4store/data @4store-http-prefix@/data
20
21ProxyPass /4store/sparql @4store-http-prefix@/sparql
22ProxyPassReverse /4store/sparql @4store-http-prefix@/sparql
23
24ProxyPass /4store/test @4store-http-prefix@/test
25ProxyPassReverse /4store/test @4store-http-prefix@/test
26
27ProxyPass /4store/status @4store-http-prefix@/status
28ProxyPassReverse /4store/status @4store-http-prefix@/status
29
30RewriteEngine on
31RewriteRule ^/afrepo/[0-9a-f]{32}_?$ /afrepo/webrequest.php
Note: See TracBrowser for help on using the repository browser.