From: Bill Erickson <berick@esilibrary.com>
Date: Mon, 26 Sep 2011 21:15:25 +0000 (-0400)
Subject: Removed old vandelay config from sample apache config
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=250ec72283a24e4aec4f672f4bbc51dfa2b7e211;p=evergreen%2Fpines.git

Removed old vandelay config from sample apache config

Bye, bye xmlent

Signed-off-by: Bill Erickson <berick@esilibrary.com>
---

diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf
index d2249eb47a..fdcc0ff615 100644
--- a/Open-ILS/examples/apache/eg_vhost.conf
+++ b/Open-ILS/examples/apache/eg_vhost.conf
@@ -492,29 +492,6 @@ RewriteRule ^/conify/([a-z]{2}-[A-Z]{2})/global/(.*)$ /conify/global/$2 [E=local
     allow from all
 </Location>
 
-# ----------------------------------------------------------------------------------
-# Vandelay importers / exporters (your Web interface to bibliographic travel)
-# ----------------------------------------------------------------------------------
-RedirectMatch 301 ^/vandelay/vandelay.xml(.*)$ /vandelay/en-US/vandelay.xml$1
-
-RewriteRule ^/vandelay/([a-z]{2}-[A-Z]{2})/(.*)$ /vandelay/$2 [E=locale:$1]
-
-<LocationMatch /vandelay.*xml>
-    XMLEntStripPI "yes"
-    XMLEntEscapeScript "no"
-    XMLEntStripComments "yes"
-    XMLEntContentType "text/html; charset=utf-8"
-    XMLEntStripDoctype "yes"
-    AddOutputFilter INCLUDES;XMLENT .xml
-	SetHandler perl-script
-	PerlSetVar OILSProxyTitle "Vandelay Login"
-	PerlSetVar OILSProxyDescription "Please log in with an authorized staff account to import MARC records"
-	PerlSetVar OILSProxyPermissions "IMPORT_MARC"
-	PerlHandler OpenILS::WWW::Proxy
-	Options +ExecCGI
-	PerlSendHeader On
-	allow from all
-</LocationMatch>
 <Location /vandelay-upload>
     SetHandler perl-script
     PerlHandler OpenILS::WWW::Vandelay::spool_marc