From: erickson Date: Thu, 19 Jun 2008 19:14:34 +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=db59bbf5a2d32000b66d8bb5b8ed1013b549ae5b;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_2@9887 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