From: miker Date: Tue, 5 Feb 2008 19:35:57 +0000 (+0000) Subject: updating the exporter config to add the proxy for staff X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0518f0b846568be454725c1be9a2b8858c0c9d35;p=Evergreen.git 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 --- 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