[open-ils-commits] r8645 - trunk/Open-ILS/examples/apache
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Feb 5 15:04:18 EST 2008
Author: miker
Date: 2008-02-05 14:35:57 -0500 (Tue, 05 Feb 2008)
New Revision: 8645
Modified:
trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
updating the exporter config to add the proxy for staff
Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-02-05 19:34:36 UTC (rev 8644)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-02-05 19:35:57 UTC (rev 8645)
@@ -212,7 +212,10 @@
# ----------------------------------------------------------------------------------
<Location /exporter>
SetHandler perl-script
- PerlHandler OpenILS::WWW::Exporter
+ PerlSetVar OILSProxyTitle "Exporter Login"
+ PerlSetVar OILSProxyDescription "Please log in to export records"
+ PerlSetVar OILSProxyPermissions "STAFF_LOGIN"
+ PerlHandler OpenILS::WWW::Proxy OpenILS::WWW::Exporter
Options +ExecCGI
allow from all
</Location>
More information about the open-ils-commits
mailing list