]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-mod_proxy.conf
- add fixes and improvements (including securify fix) patches from debian
[packages/apache1.git] / apache1-mod_proxy.conf
index cd7d435f34a533e18d903e7682e38c18cb01802b..c05fa04a7e11b7f499d67f7137ea97af2a460a05 100644 (file)
@@ -1,7 +1,10 @@
+# $Id$
+LoadModule proxy_module modules/libproxy.so
+
+<IfModule mod_proxy.c>
 # Proxy Server directives. Uncomment the following lines to
 # enable the proxy server:
 #
-#<IfModule mod_proxy.c>
 #ProxyRequests On
 #
 #<Directory proxy:*>
 # ("Full" adds the server version; "Block" removes all outgoing Via: headers)
 # Set to one of: Off | On | Full | Block
 #
-#ProxyVia On
+#ProxyVia Block
 
 #
 # To enable the cache as well, edit and uncomment the following lines:
 # (no cacheing without CacheRoot)
 #
-CacheRoot "/var/cache/www/apache"
-CacheSize 5
+CacheRoot "/var/cache/apache"
+CacheSize 512000
 CacheGcInterval 4
 CacheMaxExpire 24
 CacheLastModifiedFactor 0.1
 CacheDefaultExpire 1
+CacheForceCompletion 90
 #NoCache a_domain.com another_domain.edu joes.garage_sale.com
 
-#</IfModule>
-# End of proxy directives.
+ProxyIOBufferSize 8192
+ProxyReceiveBufferSize 2048
+
+</IfModule>
This page took 0.074991 seconds and 4 git commands to generate.