[open-ils-commits] r11387 - trunk/Open-ILS/examples/apache
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Dec 3 11:21:45 EST 2008
Author: erickson
Date: 2008-12-03 11:21:43 -0500 (Wed, 03 Dec 2008)
New Revision: 11387
Modified:
trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
proxy and set locale info for the xml files only, not everything under /vandelay
Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-12-03 16:21:22 UTC (rev 11386)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-12-03 16:21:43 UTC (rev 11387)
@@ -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