From 4da7215796aa34996741bb55ce795f6792dc6235 Mon Sep 17 00:00:00 2001 From: aredridel Date: Sat, 10 Jan 2004 18:31:27 +0000 Subject: [PATCH] - ifmodule around mod_cache directives Changed files: apache-mod_proxy.conf -> 1.3 --- apache-mod_proxy.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apache-mod_proxy.conf b/apache-mod_proxy.conf index f1210f8..69c212b 100644 --- a/apache-mod_proxy.conf +++ b/apache-mod_proxy.conf @@ -27,6 +27,7 @@ ProxyVia On # To enable the cache as well, edit and uncomment the following lines: # (no cacheing without CacheRoot) # + 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 + # End of proxy directives. -- 2.44.0