From: erickson Date: Wed, 29 Aug 2007 21:54:43 +0000 (+0000) Subject: image disk caching no long needed, disabling in sample config X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=803361cf3466e0475b5887c16fcc267affa56bbc;p=Evergreen.git 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 --- 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 # ----------------------------------------------------------------------------------