From: Rich Bowen Date: Thu, 10 Jun 2004 00:23:04 +0000 (+0000) Subject: Slightly augment the example for SSIStartTag X-Git-Tag: pre_ajp_proxy~171 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d122f7dde2d78401392a66249ce5d8116ba9c43;p=thirdparty%2Fapache%2Fhttpd.git Slightly augment the example for SSIStartTag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103883 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index 229b635587c..890e1deec67 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -687,10 +687,11 @@ directive]" different times).

Example

- SSIStartTag "<%" + SSIStartTag "<%"
+ SSIEndTag "%>"

-

The example given above, in conjunction with a matching +

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

diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index d262488207c..2c7ab608a30 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -1,7 +1,7 @@ - +