[open-ils-commits] r10226 -
branches/rel_1_2/Open-ILS/examples/apache
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Jul 31 13:27:41 EDT 2008
Author: erickson
Date: 2008-07-31 13:27:33 -0400 (Thu, 31 Jul 2008)
New Revision: 10226
Modified:
branches/rel_1_2/Open-ILS/examples/apache/eg_vhost.conf
Log:
updating selfcheck apache config to use generic proxy module
Modified: branches/rel_1_2/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- branches/rel_1_2/Open-ILS/examples/apache/eg_vhost.conf 2008-07-31 16:44:46 UTC (rev 10225)
+++ branches/rel_1_2/Open-ILS/examples/apache/eg_vhost.conf 2008-07-31 17:27:33 UTC (rev 10226)
@@ -195,7 +195,10 @@
# ----------------------------------------------------------------------------------
<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
More information about the open-ils-commits
mailing list