[open-ils-commits] r7704 - trunk/Open-ILS/examples/apache
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Aug 17 17:23:54 EDT 2007
Author: miker
Date: 2007-08-17 17:19:40 -0400 (Fri, 17 Aug 2007)
New Revision: 7704
Modified:
trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
adding vhost example for the generic; adding to example startup.pl (and removing the reporter-specific one)
Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf 2007-08-17 21:02:46 UTC (rev 7703)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf 2007-08-17 21:19:40 UTC (rev 7704)
@@ -198,7 +198,10 @@
# ----------------------------------------------------------------------------------
<Location /reporter/>
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
More information about the open-ils-commits
mailing list