]> git.pld-linux.org Git - packages/apache.git/commitdiff
- ifmodule around mod_cache directives
authoraredridel <aredridel@pld-linux.org>
Sat, 10 Jan 2004 18:31:27 +0000 (18:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_proxy.conf -> 1.3

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.872413 seconds and 4 git commands to generate.