[open-ils-commits] r16630 - trunk/Open-ILS/examples/apache (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Jun 9 11:26:34 EDT 2010
Author: phasefx
Date: 2010-06-09 11:26:31 -0400 (Wed, 09 Jun 2010)
New Revision: 16630
Modified:
trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
explicitly allow SSI for these locations. Important for Apache on Redhat, etc.
Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf 2010-06-09 04:57:10 UTC (rev 16629)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf 2010-06-09 15:26:31 UTC (rev 16630)
@@ -339,6 +339,7 @@
</LocationMatch>
<LocationMatch /reports/fm_IDL.xml>
+ Options +Includes
IDLChunkStripPI "yes"
IDLChunkEscapeScript "no"
IDLChunkStripComments "yes"
@@ -364,6 +365,7 @@
RewriteEngine on
RewriteRule ^/conify/([a-z]{2}-[A-Z]{2})/global/(.*)$ /conify/global/$2 [E=locale:$1,L]
<Location /conify>
+ Options +Includes
XMLEntStripPI "yes"
XMLEntEscapeScript "no"
XMLEntStripComments "no"
More information about the open-ils-commits
mailing list