]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_proxy.conf
- graceful reload support
[packages/apache.git] / apache-mod_proxy.conf
index f1210f8a462716fe511ab6ce58b10c4679703c6a..69c212b8d437a5bc7d56bf717e0d74c7e06515db 100644 (file)
@@ -27,6 +27,7 @@ ProxyVia On
 # To enable the cache as well, edit and uncomment the following lines:
 # (no cacheing without CacheRoot)
 #
+<IfModule mod_cache.c>
 CacheRoot "/var/cache/apache"
 CacheSize 5
 CacheGcInterval 4
@@ -34,6 +35,7 @@ CacheMaxExpire 24
 CacheLastModifiedFactor 0.1
 CacheDefaultExpire 1
 #NoCache a-domain.com another-domain.edu joes.garage-sale.com
+</IfModule>
 
 </IfModule>
 # End of proxy directives.
This page took 0.023741 seconds and 4 git commands to generate.