From aee9bad584b83df20c17c6c6b2726279941d3afc Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 9 Jun 2010 15:26:31 +0000 Subject: [PATCH] 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 --- Open-ILS/examples/apache/eg_vhost.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index b7d7845f75..29098c508c 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" -- 2.43.2