kpac : default apache config repair
authorBill Erickson <berick@esilibrary.com>
Tue, 17 Apr 2012 15:39:04 +0000 (11:39 -0400)
committerMike Rylander <mrylander@gmail.com>
Mon, 30 Jul 2012 19:04:59 +0000 (15:04 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/examples/apache/eg_vhost.conf

index 4e2ee8f..cabf5e3 100644 (file)
@@ -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>