[open-ils-commits] r9889 - trunk/Open-ILS/examples/apache

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


Author: erickson
Date: 2008-06-19 15:15:55 -0400 (Thu, 19 Jun 2008)
New Revision: 9889

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

Modified: trunk/Open-ILS/examples/apache/eg.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg.conf	2008-06-19 19:15:09 UTC (rev 9888)
+++ trunk/Open-ILS/examples/apache/eg.conf	2008-06-19 19:15:55 UTC (rev 9889)
@@ -66,22 +66,6 @@
 
 
 # ----------------------------------------------------------------------------------
-# 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
 # ----------------------------------------------------------------------------------
 ExpiresActive On



More information about the open-ils-commits mailing list