]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-mod_proxy.conf
- adapterized
[packages/apache1.git] / apache1-mod_proxy.conf
CommitLineData
c6d435c1
ER
1# $Id$
2LoadModule proxy_module modules/libproxy.so
3
4<IfModule mod_proxy.c>
0f05f0de
JB
5# Proxy Server directives. Uncomment the following lines to
6# enable the proxy server:
7#
0f05f0de
JB
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#
27CacheRoot "/var/cache/www/apache"
28CacheSize 5
29CacheGcInterval 4
30CacheMaxExpire 24
31CacheLastModifiedFactor 0.1
32CacheDefaultExpire 1
33#NoCache a_domain.com another_domain.edu joes.garage_sale.com
34
c6d435c1
ER
35</IfModule>
36
37# vim: filetype=apache ts=4 sw=4 et
This page took 0.094079 seconds and 4 git commands to generate.