source: tags/5.2.9/LATMOS-Accounts-Web/etc/httpd/latmos-accounts-web.conf @ 1929

Last change on this file since 1929 was 561, checked in by nanardon, 15 years ago
  • fix httpd config file
File size: 257 bytes
Line 
1<IfModule mod_proxy.c>
2        <Proxy *>
3        Order deny,allow
4        Allow from all
5        </Proxy>
6
7        # ReverseProxy
8        ProxyRequests Off
9        ProxyPass / http://localhost:4000/
10        ProxyPassReverse / http://localhost:4000/
11</IfModule>
12
13<IfModule mod_cache.c>
14        CacheDisable /
15</IfModule>
Note: See TracBrowser for help on using the repository browser.