From 4601aa9e1d59b4f3b5aa07679c5a63d069e66c9b Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 26 Sep 2008 19:39:57 +0000 Subject: [PATCH 1/1] plug in the proxy for logging into vandelay from outside the staff client git-svn-id: svn://svn.open-ils.org/ILS/trunk@10712 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/eg_vhost.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index ac9a99d5b1..52e026ed56 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -316,6 +316,14 @@ AliasMatch ^/vandelay/.*/vandelay.xml(.*) /openils/var/web/vandelay/vandelay.xml 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 SetHandler perl-script -- 2.43.2