immediate cache expiration for html is too aggressive, leading to re-fetches on curre...
authorberick <berick@esilibrary.com>
Fri, 18 Feb 2011 22:05:03 +0000 (17:05 -0500)
committerBill Erickson <berick@esilibrary.com>
Wed, 20 Jul 2011 18:34:02 +0000 (14:34 -0400)
Open-ILS/examples/apache/eg_vhost.conf

index 1670816..7fb1354 100644 (file)
@@ -562,9 +562,9 @@ RewriteRule ^/openurl$ ${openurl:%1} [NE,PT]
 </LocationMatch>
 <Location /eg/opac>
     PerlSetVar OILSWebContextLoader "OpenILS::WWW::EGCatLoader"
-    # Expire the HTML immediately since we're loading dynamic data for each page
+    # Expire the HTML quickly since we're loading dynamic data for each page
     ExpiresActive On
-    ExpiresByType text/html "access plus 0 seconds"
+    ExpiresByType text/html "access plus 5 seconds"
 </Location>