From 8cba08b39502840adb02d5d1993a44db3769b973 Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 3 Sep 2008 17:57:14 +0000 Subject: [PATCH] Basic Vandelay configuration for Apache git-svn-id: svn://svn.open-ils.org/ILS/trunk@10524 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/eg_vhost.conf | 10 ++++++++++ Open-ILS/examples/apache/startup.pl | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index badf40b91d..84d7629aa1 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -295,6 +295,16 @@ RewriteRule ^/conify/.*/global/(.*)$ /conify/global/$1 allow from all +# ---------------------------------------------------------------------------------- +# Vandelay importers / exporters (your Web interface to bibliographic travel) +# ---------------------------------------------------------------------------------- + + SetHandler perl-script + PerlHandler OpenILS::WWW::Vandelay::spool_marc + Options +ExecCGI + allow from all + + # OpenURL 0.1 searching based on OpenSearch RewriteEngine on RewriteMap openurl prg:/openils/bin/openurl_map.pl diff --git a/Open-ILS/examples/apache/startup.pl b/Open-ILS/examples/apache/startup.pl index 1d8cd30982..62e25bf525 100644 --- a/Open-ILS/examples/apache/startup.pl +++ b/Open-ILS/examples/apache/startup.pl @@ -4,7 +4,7 @@ use OpenILS::WWW::Exporter qw( /openils/conf/opensrf_core.xml ); 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: -- 2.43.2