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-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b4608c3cba7f9eca4c6c1ad0a260fc9a0f31fd86;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 fc5db21caf..e250723f01 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -567,6 +567,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