[open-ils-commits] r10584 - trunk/Open-ILS/examples/apache
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Sep 11 17:28:47 EDT 2008
Author: dbs
Date: 2008-09-11 17:28:43 -0400 (Thu, 11 Sep 2008)
New Revision: 10584
Modified:
trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
Reporter wants fm_IDL.xml served up as text/xml
Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-09-11 19:50:53 UTC (rev 10583)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-09-11 21:28:43 UTC (rev 10584)
@@ -262,6 +262,8 @@
SetEnvIfNoCase Accept-Language "en" locale=en-US
SetEnvIfNoCase Accept-Language "fr-CA" locale=fr-CA
SetEnvIfNoCase Accept-Language "hy-AM" locale=hy-AM
+ XMLEntStripDoctype "yes"
+ XMLEntContentType "text/xml; charset=utf-8"
AddOutputFilter INCLUDES .xhtml
AddOutputFilter INCLUDES;XMLENT .xml
</LocationMatch>
More information about the open-ils-commits
mailing list