From f7b478ae21f4760a00c2ff8803bf0d43a35b017d Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 31 Jul 2008 17:27:33 +0000 Subject: [PATCH] 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 --- 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 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 -- 2.11.0