From: phasefx Date: Wed, 9 Jun 2010 15:26:31 +0000 (+0000) Subject: explicitly allow SSI for these locations. Important for Apache on Redhat, etc. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=aee9bad584b83df20c17c6c6b2726279941d3afc;p=evergreen%2Fbjwebb.git explicitly allow SSI for these locations. Important for Apache on Redhat, etc. git-svn-id: svn://svn.open-ils.org/ILS/trunk@16630 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index b7d7845f7..29098c508 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -339,6 +339,7 @@ RewriteRule - - [E=locale:en-US] [L] + 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] + Options +Includes XMLEntStripPI "yes" XMLEntEscapeScript "no" XMLEntStripComments "no"