From e86d0dcfa3552f469fdbb3b7d5af742e2a092b1b Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 18 Jan 2011 10:37:07 -0500 Subject: [PATCH] added sample cache-killer for tt opac for development purposes --- Open-ILS/examples/apache/eg_vhost.conf | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.11.0