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)
committerberick <berick@esilibrary.com>
Fri, 18 Feb 2011 22:05:03 +0000 (17:05 -0500)
Open-ILS/examples/apache/eg_vhost.conf

index cd263bb..17abcdc 100644 (file)
@@ -555,9 +555,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>