[open-ils-commits] r11066 - trunk/Open-ILS/examples/apache

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Nov 5 21:07:05 EST 2008


Author: dbs
Date: 2008-11-05 21:07:04 -0500 (Wed, 05 Nov 2008)
New Revision: 11066

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

Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf	2008-11-05 05:36:03 UTC (rev 11065)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf	2008-11-06 02:07:04 UTC (rev 11066)
@@ -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