projects
/
evergreen
/
equinox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
167a7c6
)
kpac : default apache config repair
author
Bill Erickson
<berick@esilibrary.com>
Tue, 17 Apr 2012 15:39:04 +0000
(11:39 -0400)
committer
Bill Erickson
<berick@esilibrary.com>
Mon, 23 Apr 2012 18:53:15 +0000
(14:53 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
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
4e2ee8f
..
cabf5e3
100644
(file)
--- a/
Open-ILS/examples/apache/eg_vhost.conf
+++ b/
Open-ILS/examples/apache/eg_vhost.conf
@@
-620,10
+620,10
@@
RewriteRule ^/openurl$ ${openurl:%1} [NE,PT]
# Expire the HTML quickly since we're loading dynamic data for each page
ExpiresActive On
ExpiresByType text/html "access plus 5 seconds"
- PerlSetVar KPacConfigFile "/openils/conf/kpac.xml.example"
</Location>
<Location /eg/kpac>
PerlSetVar OILSWebContextLoader "OpenILS::WWW::EGKPacLoader"
+ PerlSetVar KPacConfigFile "/openils/conf/kpac.xml.example"
ExpiresActive On
ExpiresByType text/html "access plus 5 seconds"
</Location>