From: Daniel Gruno Date: Fri, 27 Apr 2012 16:12:27 +0000 (+0000) Subject: Missed a spot in ssi.xml X-Git-Tag: 2.5.0-alpha~6967 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=161f431494cbfceb07dcab34ed240198ae59edad;p=thirdparty%2Fapache%2Fhttpd.git Missed a spot in ssi.xml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331486 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index dac9c1ab013..63e19d5dd9d 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -80,9 +80,10 @@ existing HTML documents.

To permit SSI on your server, you must have the following directive either in your httpd.conf file, or in a .htaccess file:

-

+

         Options +Includes
-

+ +

This tells Apache that you want to permit files to be parsed for SSI directives. Note that most configurations contain diff --git a/docs/manual/howto/ssi.xml b/docs/manual/howto/ssi.xml index 017b3a473fe..965c6384763 100644 --- a/docs/manual/howto/ssi.xml +++ b/docs/manual/howto/ssi.xml @@ -82,9 +82,9 @@ existing HTML documents.

To permit SSI on your server, you must have the following directive either in your httpd.conf file, or in a .htaccess file:

- + Options +Includes - +

This tells Apache that you want to permit files to be parsed for SSI directives. Note that most configurations contain