[open-ils-commits] r10712 - trunk/Open-ILS/examples/apache

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Sep 26 15:40:01 EDT 2008


Author: erickson
Date: 2008-09-26 15:39:57 -0400 (Fri, 26 Sep 2008)
New Revision: 10712

Modified:
   trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
plug in the proxy for logging into vandelay from outside the staff client

Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf	2008-09-26 18:54:19 UTC (rev 10711)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf	2008-09-26 19:39:57 UTC (rev 10712)
@@ -316,6 +316,14 @@
     XMLEntContentType "text/html; charset=utf-8"
     XMLEntStripDoctype "yes"
     AddOutputFilter INCLUDES;XMLENT .xml
+	SetHandler perl-script
+	PerlSetVar OILSProxyTitle "Vandelay Login"
+	PerlSetVar OILSProxyDescription "Please log in to import MARC records"
+	PerlSetVar OILSProxyPermissions "IMPORT_MARC"
+	PerlHandler OpenILS::WWW::Proxy
+	Options +ExecCGI
+	PerlSendHeader On
+	allow from all
 </Location>
 <Location /vandelay-upload>
     SetHandler perl-script



More information about the open-ils-commits mailing list