explicitly allow SSI for these locations. Important for Apache on Redhat, etc.
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 9 Jun 2010 15:26:31 +0000 (15:26 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 9 Jun 2010 15:26:31 +0000 (15:26 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@16630 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/apache/eg_vhost.conf

index b7d7845..29098c5 100644 (file)
@@ -339,6 +339,7 @@ RewriteRule - - [E=locale:en-US] [L]
 </LocationMatch>
 
 <LocationMatch /reports/fm_IDL.xml>
+    Options +Includes
     IDLChunkStripPI "yes"
     IDLChunkEscapeScript "no"
     IDLChunkStripComments "yes"
@@ -364,6 +365,7 @@ RewriteRule - - [E=locale:en-US] [L]
 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"