]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-mod_proxy.conf
- add missing config reload for -defaultindex
[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 Block
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/apache"
28 CacheSize 512000
29 CacheGcInterval 4
30 CacheMaxExpire 24
31 CacheLastModifiedFactor 0.1
32 CacheDefaultExpire 1
33 CacheForceCompletion 90
34 #NoCache a_domain.com another_domain.edu joes.garage_sale.com
35
36 ProxyIOBufferSize 8192
37 ProxyReceiveBufferSize 2048
38
39 </IfModule>
This page took 0.842825 seconds and 3 git commands to generate.