]> 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 e2f2829eb467ffd227b23a94c102ecbe463d8764..c05fa04a7e11b7f499d67f7137ea97af2a460a05 100644 (file)
@@ -18,20 +18,22 @@ LoadModule proxy_module modules/libproxy.so
 # ("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>
+ProxyIOBufferSize 8192
+ProxyReceiveBufferSize 2048
 
-# vim: filetype=apache ts=4 sw=4 et
+</IfModule>
This page took 0.046228 seconds and 4 git commands to generate.