# ----------------------------------------------------------------------------------
# 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
# ----------------------------------------------------------------------------------