]> git.pld-linux.org Git - packages/apache.git/blob - apache-mod_proxy.conf
- separate mod_proxy configuration.
[packages/apache.git] / apache-mod_proxy.conf
1 # Proxy Server directives. Uncomment the following lines to
2 # enable the proxy server:
3 #
4 #<IfModule mod_proxy.c>
5 #ProxyRequests On
6 #
7 #<Directory proxy:*>
8 #       Order deny,allow
9 #       Deny from all
10 #       Allow from .your_domain.com
11 #</Directory>
12
13 #
14 # Enable/disable the handling of HTTP/1.1 "Via:" headers.
15 # ("Full" adds the server version; "Block" removes all outgoing Via: headers)
16 # Set to one of: Off | On | Full | Block
17 #
18 #ProxyVia On
19
20 #
21 # To enable the cache as well, edit and uncomment the following lines:
22 # (no cacheing without CacheRoot)
23 #
24 CacheRoot "/var/cache/www/apache"
25 CacheSize 5
26 CacheGcInterval 4
27 CacheMaxExpire 24
28 CacheLastModifiedFactor 0.1
29 CacheDefaultExpire 1
30 #NoCache a_domain.com another_domain.edu joes.garage_sale.com
31
32 #</IfModule>
33 # End of proxy directives.
This page took 0.064841 seconds and 4 git commands to generate.