[open-ils-commits] r10773 - trunk/Open-ILS/examples/apache
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Oct 6 22:40:11 EDT 2008
Author: dbs
Date: 2008-10-06 22:40:09 -0400 (Mon, 06 Oct 2008)
New Revision: 10773
Modified:
trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
Add a default locale for vandelay
Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-10-07 02:24:20 UTC (rev 10772)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-10-07 02:40:09 UTC (rev 10773)
@@ -316,6 +316,7 @@
AliasMatch ^/vandelay/.*/vandelay.xml(.*) /openils/var/web/vandelay/vandelay.xml$1
<Location /vandelay>
RewriteEngine on
+ SetEnv locale en-US
SetEnvIf Request_URI "/en-US/" locale=en-US
SetEnvIf Request_URI "/fr-CA/" locale=fr-CA
XMLEntStripPI "yes"
More information about the open-ils-commits
mailing list