From 4654beb193b8cbb77dc6f54b55791f7495da555c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 21 Dec 2005 14:58:42 +0000 Subject: [PATCH] - resolve conflicting cache dir Changed files: apache-layout.patch -> 1.5 apache-mod_cache.conf -> 1.3 --- apache-layout.patch | 2 +- apache-mod_cache.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apache-layout.patch b/apache-layout.patch index 6c9bb92..f3bfdb8 100644 --- a/apache-layout.patch +++ b/apache-layout.patch @@ -27,6 +27,6 @@ diff -urN httpd-2.0.45.org/config.layout httpd-2.0.45/config.layout + localstatedir: /var/lib/httpd + runtimedir: /var/run + logfiledir: /var/log/httpd -+ proxycachedir: /var/cache/apache ++ proxycachedir: /var/cache/httpd + installbuilddir: ${exec_prefix}/lib/apache/build + diff --git a/apache-mod_cache.conf b/apache-mod_cache.conf index 14ebe11..e2662c0 100644 --- a/apache-mod_cache.conf +++ b/apache-mod_cache.conf @@ -9,7 +9,7 @@ LoadModule cache_module modules/mod_cache.so # If you want to use mod_disk_cache instead of mod_mem_cache, # uncomment the line above and comment out the LoadModule line below. - CacheRoot "/var/cache/apache" + CacheRoot "/var/cache/httpd" CacheEnable disk / CacheDirLevels 5 CacheDirLength 3 -- 2.44.0