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=b7910ed211ac6c6ed21493143799dda9775aa2e3;p=evergreen%2Fequinox.git kpac : default apache config repair Signed-off-by: Bill Erickson --- 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"