From: Bill Erickson Date: Tue, 17 Apr 2012 15:39:04 +0000 (-0400) Subject: kpac : default apache config repair X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=00f99bde4dcfd8312a2b2e8cfa31b4f60784d988;p=contrib%2FConifer.git kpac : default apache config repair Signed-off-by: Bill Erickson Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index 4e2ee8fed6..cabf5e3b3a 100644 --- 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" PerlSetVar OILSWebContextLoader "OpenILS::WWW::EGKPacLoader" + PerlSetVar KPacConfigFile "/openils/conf/kpac.xml.example" ExpiresActive On ExpiresByType text/html "access plus 5 seconds"