[open-ils-commits] r14679 - trunk/Open-ILS/examples/apache (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Oct 29 13:19:43 EDT 2009


Author: miker
Date: 2009-10-29 13:19:40 -0400 (Thu, 29 Oct 2009)
New Revision: 14679

Modified:
   trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
add INCLUDES processing back into the example apache config, in preparation for i18n-izing IDLCHUNK

Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf	2009-10-29 17:18:59 UTC (rev 14678)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf	2009-10-29 17:19:40 UTC (rev 14679)
@@ -328,7 +328,7 @@
     IDLChunkStripComments "yes"
     IDLChunkStripDoctype "yes"
     IDLChunkContentType "application/xml; charset=utf-8"
-    AddOutputFilter IDLCHUNK .xml
+    AddOutputFilter INCLUDES;IDLCHUNK .xml
 </LocationMatch>
 
 # ----------------------------------------------------------------------------------



More information about the open-ils-commits mailing list