From 0518f0b846568be454725c1be9a2b8858c0c9d35 Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 5 Feb 2008 19:35:57 +0000 Subject: [PATCH] updating the exporter config to add the proxy for staff git-svn-id: svn://svn.open-ils.org/ILS/trunk@8645 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/eg_vhost.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index ff6b22f0bb..067bf29553 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -212,7 +212,10 @@ OSRFGatewayConfig /openils/conf/opensrf_core.xml # ---------------------------------------------------------------------------------- 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 -- 2.11.0