From: erickson Date: Thu, 31 Jul 2008 17:27:33 +0000 (+0000) Subject: updating selfcheck apache config to use generic proxy module X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f7b478ae21f4760a00c2ff8803bf0d43a35b017d;p=Evergreen.git updating selfcheck apache config to use generic proxy module git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@10226 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index 36566f55e3..fe7a77fcf3 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -195,7 +195,10 @@ RewriteRule ^/opac/extras/ac/jacket/(small|medium|large)/$ \ # ---------------------------------------------------------------------------------- SetHandler perl-script - PerlHandler OpenILS::Reporter::Proxy + PerlSetVar OILSProxyTitle "Selfcheck Login" + PerlSetVar OILSProxyDescription "Please log in to activate the selfcheck interface" + PerlSetVar OILSProxyPermissions "STAFF_LOGIN" + PerlHandler OpenILS::WWW::Proxy Options +ExecCGI PerlSendHeader On allow from all