From: erickson Date: Thu, 19 Jun 2008 19:15:09 +0000 (+0000) Subject: removed the image caching configs since that is handled by memcache now X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=20971b91dec624f63f0eb7560061eee848d90de5;p=Evergreen.git removed the image caching configs since that is handled by memcache now git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@9888 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/apache/eg.conf b/Open-ILS/examples/apache/eg.conf index 79afa6b332..d8ca24e2ef 100644 --- a/Open-ILS/examples/apache/eg.conf +++ b/Open-ILS/examples/apache/eg.conf @@ -64,21 +64,6 @@ 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 - - -# ---------------------------------------------------------------------------------- # OPTIONAL: Set how long the client will cache our content. Change to suit # ---------------------------------------------------------------------------------- ExpiresActive On