From cb02bc265fa844ef6efd53558349fe8f015ba1d6 Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 17 Aug 2007 21:19:40 +0000 Subject: [PATCH] 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 --- 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 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 -- 2.11.0