]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-mod_proxy.conf
rel 15; builds
[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#
04c9c5a4 21#ProxyVia Block
0f05f0de
JB
22
23#
24# To enable the cache as well, edit and uncomment the following lines:
25# (no cacheing without CacheRoot)
26#
04c9c5a4
ER
27CacheRoot "/var/cache/apache"
28CacheSize 512000
0f05f0de
JB
29CacheGcInterval 4
30CacheMaxExpire 24
31CacheLastModifiedFactor 0.1
32CacheDefaultExpire 1
04c9c5a4 33CacheForceCompletion 90
0f05f0de
JB
34#NoCache a_domain.com another_domain.edu joes.garage_sale.com
35
04c9c5a4
ER
36ProxyIOBufferSize 8192
37ProxyReceiveBufferSize 2048
38
c6d435c1 39</IfModule>
This page took 0.099956 seconds and 4 git commands to generate.