From: Rich Bowen Date: Mon, 23 Mar 2026 16:43:10 +0000 (+0000) Subject: bz64905 Specify that SSIStartTag/SSIEndTag may not contain whitespace. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcf6dbaf106d9e6fb8c15bcfbdfd149888789a87;p=thirdparty%2Fapache%2Fhttpd.git bz64905 Specify that SSIStartTag/SSIEndTag may not contain whitespace. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932483 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 35cdc653aa..9ce2283b02 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -848,6 +848,10 @@ Options +Includes SSIEndTag "%>" + + Value may not include any whitespace. + + SSIStartTag @@ -919,6 +923,10 @@ SSIStartTag "<%" SSIEndTag "%>" + + Value may not include any whitespace. + +

The example given above, which also specifies a matching SSIEndTag, will allow you to use SSI directives as shown in the example