From 3e3509a546b169ccfedca264e1a1a5f7c450be28 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 3 Dec 2008 16:21:43 +0000 Subject: [PATCH] proxy and set locale info for the xml files only, not everything under /vandelay git-svn-id: svn://svn.open-ils.org/ILS/trunk@11387 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/eg_vhost.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index 005033af0b..3d96a8befb 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 -- 2.11.0