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

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Nov 5 21:12:48 EST 2008


Author: dbs
Date: 2008-11-05 21:12:47 -0500 (Wed, 05 Nov 2008)
New Revision: 11068

Modified:
   branches/rel_1_4/Open-ILS/examples/apache/eg_vhost.conf
Log:
Backport r11066 from trunk: Give reporter GUI a better chance of working (not out of the woods yet though)

Modified: branches/rel_1_4/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- branches/rel_1_4/Open-ILS/examples/apache/eg_vhost.conf	2008-11-06 02:11:55 UTC (rev 11067)
+++ branches/rel_1_4/Open-ILS/examples/apache/eg_vhost.conf	2008-11-06 02:12:47 UTC (rev 11068)
@@ -274,9 +274,13 @@
     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"
+    AddOutputFilter INCLUDES .xhtml
+</LocationMatch>
+<LocationMatch /reports/fm_IDL.xml>
+    Options +Includes
+    XMLEntStripDoctype "no"
+    XMLEntStripComments "no"
     XMLEntContentType "text/xml; charset=utf-8"
-    AddOutputFilter INCLUDES .xhtml
     AddOutputFilter INCLUDES;XMLENT .xml
 </LocationMatch>
 



More information about the open-ils-commits mailing list