From db59bbf5a2d32000b66d8bb5b8ed1013b549ae5b Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 19 Jun 2008 19:14:34 +0000 Subject: [PATCH] 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 --- Open-ILS/examples/apache/eg.conf | 15 --------------- 1 file changed, 15 deletions(-) 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 -- 2.11.0