From: berick Date: Fri, 18 Feb 2011 22:05:03 +0000 (-0500) Subject: immediate cache expiration for html is too aggressive, leading to re-fetches on curre... X-Git-Tag: opac-tt-poc-demo2~6^2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e7fb8dc64f8bc0878527ba31b5d1a86dd324dd0c;p=evergreen%2Fequinox.git immediate cache expiration for html is too aggressive, leading to re-fetches on current page w/ chrome; give the browser a few seconds to breathe --- diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index cd263bb300..17abcdc3ab 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -555,9 +555,9 @@ RewriteRule ^/openurl$ ${openurl:%1} [NE,PT] 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"