From 00f99bde4dcfd8312a2b2e8cfa31b4f60784d988 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 17 Apr 2012 11:39:04 -0400 Subject: [PATCH] kpac : default apache config repair Signed-off-by: Bill Erickson Signed-off-by: Mike Rylander --- Open-ILS/examples/apache/eg_vhost.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2