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

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Aug 29 18:00:38 EDT 2007


Author: erickson
Date: 2007-08-29 17:54:43 -0400 (Wed, 29 Aug 2007)
New Revision: 7749

Modified:
   trunk/Open-ILS/examples/apache/eg.conf
Log:
image disk caching no long needed, disabling in sample config

Modified: trunk/Open-ILS/examples/apache/eg.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg.conf	2007-08-29 21:30:09 UTC (rev 7748)
+++ trunk/Open-ILS/examples/apache/eg.conf	2007-08-29 21:54:43 UTC (rev 7749)
@@ -68,16 +68,17 @@
 # ----------------------------------------------------------------------------------
 # 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
+# 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
 
 
 # ----------------------------------------------------------------------------------



More information about the open-ils-commits mailing list