[open-ils-commits] r11386 - branches/rel_1_4/Open-ILS/examples/apache

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Dec 3 11:21:24 EST 2008


Author: erickson
Date: 2008-12-03 11:21:22 -0500 (Wed, 03 Dec 2008)
New Revision: 11386

Modified:
   branches/rel_1_4/Open-ILS/examples/apache/eg_vhost.conf
Log:
proxy and set locale info for the xml files only, not everything under /vandelay

Modified: branches/rel_1_4/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- branches/rel_1_4/Open-ILS/examples/apache/eg_vhost.conf	2008-12-03 04:49:14 UTC (rev 11385)
+++ branches/rel_1_4/Open-ILS/examples/apache/eg_vhost.conf	2008-12-03 16:21:22 UTC (rev 11386)
@@ -322,7 +322,7 @@
 # ----------------------------------------------------------------------------------
 # capture the locale from the URL
 AliasMatch ^/vandelay/.*/vandelay.xml(.*) /openils/var/web/vandelay/vandelay.xml$1
-<Location /vandelay>
+<LocationMatch /vandelay.*xml>
     RewriteEngine on
     SetEnv locale en-US
     SetEnvIf Request_URI "/en-US/" locale=en-US
@@ -341,7 +341,7 @@
 	Options +ExecCGI
 	PerlSendHeader On
 	allow from all
-</Location>
+</LocationMatch>
 <Location /vandelay-upload>
     SetHandler perl-script
     PerlHandler OpenILS::WWW::Vandelay::spool_marc



More information about the open-ils-commits mailing list