[open-ils-commits] r17681 - trunk/Open-ILS/examples/apache (atz)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Sep 15 01:25:03 EDT 2010


Author: atz
Date: 2010-09-15 01:24:59 -0400 (Wed, 15 Sep 2010)
New Revision: 17681

Modified:
   trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
Beginning of modperl EDI message viewer

Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf	2010-09-15 05:24:58 UTC (rev 17680)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf	2010-09-15 05:24:59 UTC (rev 17681)
@@ -27,7 +27,7 @@
 # ----------------------------------------------------------------------------------
 # Assign a default locale to the accessible OPAC
 # ----------------------------------------------------------------------------------
-RedirectMatch 301 ^/opac/extras/slimpac/start.html$ /opac/en-US/extras/slimpac/start.html
+RedirectMatch 301 ^/opac/extras/slimpac/start.html$    /opac/en-US/extras/slimpac/start.html
 RedirectMatch 301 ^/opac/extras/slimpac/advanced.html$ /opac/en-US/extras/slimpac/advanced.html
 
 # ----------------------------------------------------------------------------------
@@ -442,6 +442,17 @@
 </LocationMatch>
 
 # ----------------------------------------------------------------------------------
+# EDI Message viewer
+# ----------------------------------------------------------------------------------
+<Location /edi>
+    SetHandler perl-script
+    PerlHandler OpenILS::WWW::EDI
+    Options +ExecCGI
+    PerlSendHeader On
+    allow from all
+</Location> 	
+
+# ----------------------------------------------------------------------------------
 # XML-RPC gateway
 # ----------------------------------------------------------------------------------
 <Location /xml-rpc>



More information about the open-ils-commits mailing list