updating selfcheck apache config to use generic proxy module
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 31 Jul 2008 17:27:33 +0000 (17:27 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 31 Jul 2008 17:27:33 +0000 (17:27 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@10226 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/apache/eg_vhost.conf

index 36566f5..fe7a77f 100644 (file)
@@ -195,7 +195,10 @@ RewriteRule ^/opac/extras/ac/jacket/(small|medium|large)/$ \
 # ----------------------------------------------------------------------------------
 <LocationMatch .*/selfcheck.xml>
     SetHandler perl-script
-    PerlHandler OpenILS::Reporter::Proxy
+    PerlSetVar OILSProxyTitle "Selfcheck Login"
+    PerlSetVar OILSProxyDescription "Please log in to activate the selfcheck interface"
+    PerlSetVar OILSProxyPermissions "STAFF_LOGIN"
+    PerlHandler OpenILS::WWW::Proxy
     Options +ExecCGI
     PerlSendHeader On
     allow from all