From 9d818799e80f9e7f6d7ef418751d90008914fc1e Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 19 Jun 2008 19:15:55 +0000 Subject: [PATCH] removed the image caching configs since that is handled by memcache now git-svn-id: svn://svn.open-ils.org/ILS/trunk@9889 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/eg.conf | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Open-ILS/examples/apache/eg.conf b/Open-ILS/examples/apache/eg.conf index 6bd99b118f..894aa55356 100644 --- a/Open-ILS/examples/apache/eg.conf +++ b/Open-ILS/examples/apache/eg.conf @@ -65,22 +65,6 @@ Alias /cgi-bin/ "/openils/var/cgi-bin/" -# ---------------------------------------------------------------------------------- -# OPTIONAL: Set up image caching - some of these options only work with apache2.2 -# ---------------------------------------------------------------------------------- -# 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 - - # ---------------------------------------------------------------------------------- # OPTIONAL: Set how long the client will cache our content. Change to suit # ---------------------------------------------------------------------------------- -- 2.43.2