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