From: erickson Date: Wed, 3 Dec 2008 16:21:22 +0000 (+0000) Subject: proxy and set locale info for the xml files only, not everything under /vandelay X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8c62dfc1bc8515c8cf4885df1d95fcbed019c0ac;p=Evergreen.git proxy and set locale info for the xml files only, not everything under /vandelay git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@11386 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index e35c13ec96..59a9032883 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -322,7 +322,7 @@ RewriteRule ^/conify/(.*)/global/(.*)$ /conify/global/$2 [E=locale:$1] # ---------------------------------------------------------------------------------- # capture the locale from the URL AliasMatch ^/vandelay/.*/vandelay.xml(.*) /openils/var/web/vandelay/vandelay.xml$1 - + RewriteEngine on SetEnv locale en-US SetEnvIf Request_URI "/en-US/" locale=en-US @@ -341,7 +341,7 @@ AliasMatch ^/vandelay/.*/vandelay.xml(.*) /openils/var/web/vandelay/vandelay.xml Options +ExecCGI PerlSendHeader On allow from all - + SetHandler perl-script PerlHandler OpenILS::WWW::Vandelay::spool_marc