projects
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd7d959
)
added sample cache-killer for tt opac for development purposes
author
Bill Erickson
<berick@esilibrary.com>
Tue, 18 Jan 2011 15:37:07 +0000
(10:37 -0500)
committer
Bill Erickson
<berick@esilibrary.com>
Tue, 18 Jan 2011 15:37:07 +0000
(10:37 -0500)
Open-ILS/examples/apache/eg_vhost.conf
patch
|
blob
|
history
diff --git
a/Open-ILS/examples/apache/eg_vhost.conf
b/Open-ILS/examples/apache/eg_vhost.conf
index
1c4ec45
..
bdb7721
100644
(file)
--- 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]
</Location>
<Location /eg/opac>
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"
</Location>
# Note: the template processor will decline handling anything it does not