[open-ils-commits] r9887 - branches/rel_1_2_2/Open-ILS/examples/apache

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jun 19 15:14:37 EDT 2008


Author: erickson
Date: 2008-06-19 15:14:34 -0400 (Thu, 19 Jun 2008)
New Revision: 9887

Modified:
   branches/rel_1_2_2/Open-ILS/examples/apache/eg.conf
Log:
removed the image caching configs since that is handled by memcache now

Modified: branches/rel_1_2_2/Open-ILS/examples/apache/eg.conf
===================================================================
--- branches/rel_1_2_2/Open-ILS/examples/apache/eg.conf	2008-06-19 18:58:10 UTC (rev 9886)
+++ branches/rel_1_2_2/Open-ILS/examples/apache/eg.conf	2008-06-19 19:14:34 UTC (rev 9887)
@@ -64,21 +64,6 @@
 
 
 # ----------------------------------------------------------------------------------
-# 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



More information about the open-ils-commits mailing list