From 803361cf3466e0475b5887c16fcc267affa56bbc Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 29 Aug 2007 21:54:43 +0000 Subject: [PATCH] image disk caching no long needed, disabling in sample config git-svn-id: svn://svn.open-ils.org/ILS/trunk@7749 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/eg.conf | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Open-ILS/examples/apache/eg.conf b/Open-ILS/examples/apache/eg.conf index 6547c53de4..6bd99b118f 100644 --- a/Open-ILS/examples/apache/eg.conf +++ b/Open-ILS/examples/apache/eg.conf @@ -68,16 +68,17 @@ Alias /cgi-bin/ "/openils/var/cgi-bin/" # ---------------------------------------------------------------------------------- # OPTIONAL: Set up image caching - some of these options only work with apache2.2 # ---------------------------------------------------------------------------------- -CacheRoot "/opt/cache/" -CacheEnable disk /opac/extras/jacket/ -CacheMaxFileSize 1073741824 -CacheIgnoreCacheControl On -CacheStorePrivate On -CacheStoreNoStore On -CacheIgnoreNoLastMod On -CacheMaxExpire 86400 -CacheLastModifiedFactor 0.5 -CacheDefaultExpire 604800 +# XXX This is no longer needed with built-in added content image caching +#CacheRoot "/opt/cache/" +#CacheEnable disk /opac/extras/jacket/ +#CacheMaxFileSize 1073741824 +#CacheIgnoreCacheControl On +#CacheStorePrivate On +#CacheStoreNoStore On +#CacheIgnoreNoLastMod On +#CacheMaxExpire 86400 +#CacheLastModifiedFactor 0.5 +#CacheDefaultExpire 604800 # ---------------------------------------------------------------------------------- -- 2.11.0