From: Bill Erickson Date: Tue, 18 Jan 2011 15:37:07 +0000 (-0500) Subject: added sample cache-killer for tt opac for development purposes X-Git-Tag: opac-tt-poc-demo2~116 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e86d0dcfa3552f469fdbb3b7d5af742e2a092b1b;p=evergreen%2Fequinox.git added sample cache-killer for tt opac for development purposes --- diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index 1c4ec45785..bdb7721ea1 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -560,6 +560,10 @@ RewriteRule ^/openurl$ ${openurl:%1} [NE,PT] PerlSetVar OILSWebContextLoader "OpenILS::WWW::EGCatLoader" +# Disable caching for development.. +# Header set Expires "Thu, 19 Nov 1981 08:52:00 GM" +# Header set Cache-Control "no-store, no-cache, must-revalidate, post-check=0, pre-check=0" +# Header set Pragma "no-cache" # Note: the template processor will decline handling anything it does not