Removed old vandelay config from sample apache config
authorBill Erickson <berick@esilibrary.com>
Mon, 26 Sep 2011 21:15:25 +0000 (17:15 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 26 Sep 2011 21:17:47 +0000 (17:17 -0400)
Bye, bye xmlent

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/examples/apache/eg_vhost.conf

index d2249eb..fdcc0ff 100644 (file)
@@ -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