[open-ils-commits] r10524 - trunk/Open-ILS/examples/apache

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Sep 3 13:57:17 EDT 2008


Author: dbs
Date: 2008-09-03 13:57:14 -0400 (Wed, 03 Sep 2008)
New Revision: 10524

Modified:
   trunk/Open-ILS/examples/apache/eg_vhost.conf
   trunk/Open-ILS/examples/apache/startup.pl
Log:
Basic Vandelay configuration for Apache


Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf	2008-09-03 17:28:26 UTC (rev 10523)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf	2008-09-03 17:57:14 UTC (rev 10524)
@@ -295,6 +295,16 @@
     allow from all
 </Location>
 
+# ----------------------------------------------------------------------------------
+# Vandelay importers / exporters (your Web interface to bibliographic travel)
+# ----------------------------------------------------------------------------------
+<Location /vandelay-upload>
+    SetHandler perl-script
+    PerlHandler OpenILS::WWW::Vandelay::spool_marc
+    Options +ExecCGI
+    allow from all
+</Location>
+
 # OpenURL 0.1 searching based on OpenSearch
 RewriteEngine on
 RewriteMap openurl prg:/openils/bin/openurl_map.pl

Modified: trunk/Open-ILS/examples/apache/startup.pl
===================================================================
--- trunk/Open-ILS/examples/apache/startup.pl	2008-09-03 17:28:26 UTC (rev 10523)
+++ trunk/Open-ILS/examples/apache/startup.pl	2008-09-03 17:57:14 UTC (rev 10524)
@@ -4,8 +4,8 @@
 use OpenILS::WWW::SuperCat qw( /openils/conf/opensrf_core.xml );
 use OpenILS::WWW::AddedContent qw( /openils/conf/opensrf_core.xml );
 use OpenILS::WWW::Proxy ('/openils/conf/opensrf_core.xml');
+use OpenILS::WWW::Vandelay qw( /openils/conf/opensrf_core.xml );
 
-
 # - Uncoment the following 2 lines to make use of the IP redirection code
 # - The IP file should to contain a map with the following format:
 # - actor.org_unit.shortname <start_ip> <end_ip>



More information about the open-ils-commits mailing list