From: miker Date: Fri, 17 Aug 2007 21:19:40 +0000 (+0000) Subject: adding vhost example for the generic; adding to example startup.pl (and removing... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cb02bc265fa844ef6efd53558349fe8f015ba1d6;p=Evergreen.git adding vhost example for the generic; adding to example startup.pl (and removing the reporter-specific one) git-svn-id: svn://svn.open-ils.org/ILS/trunk@7704 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index 8a47ef059c..22212dd7af 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -198,7 +198,10 @@ RewriteRule /opac/extras/jacket/large/(.*) \ # ---------------------------------------------------------------------------------- SetHandler perl-script - PerlHandler OpenILS::Reporter::Proxy + PerlSetVar ProxyTitle "Report Login" + PerlSetVar ProxyDescription "Please log in to view this report" + PerlSetVar ProxyPermissions "VIEW_REPORT_OUTPUT" + PerlHandler OpenILS::WWW::Proxy Options +ExecCGI PerlSendHeader On allow from all