]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-mod_proxy.conf
- rotate logs for virtuals too
[packages/apache1.git] / apache1-mod_proxy.conf
CommitLineData
0f05f0de
JB
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#
24CacheRoot "/var/cache/www/apache"
25CacheSize 5
26CacheGcInterval 4
27CacheMaxExpire 24
28CacheLastModifiedFactor 0.1
29CacheDefaultExpire 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.035605 seconds and 4 git commands to generate.