From: Rich Bowen Date: Fri, 10 Sep 2010 15:53:05 +0000 (+0000) Subject: Clarify that SuppressHTMLPreamble also suppresses the on X-Git-Tag: 2.3.9~506 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f3ed35eec1f671dda3afcf5025df02f7dbae2dd;p=thirdparty%2Fapache%2Fhttpd.git Clarify that SuppressHTMLPreamble also suppresses the on the output. (Thanks to "Alumin" on #httpd freenode IRC) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@995837 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index d2550338d08..1c991267b4d 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -722,7 +722,9 @@ indexing causing the module to start the display with the header file contents. The header file must contain appropriate HTML instructions in this case. If there is no header file, the preamble is generated - as usual. + as usual. The closing </body></html> tags are also + ommitted from the output, under the assumption that you'll likely + also want to use ReadmeFile.
SuppressIcon (Apache HTTP Server 2.0.23 and later)
diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index 33446a640af..f0f461455d4 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -740,7 +740,10 @@ indexing causing the module to start the display with the header file contents. The header file must contain appropriate HTML instructions in this case. If there is no header file, the preamble is generated - as usual. + as usual. The closing </body></html> tags are also + ommitted from the output, under the assumption that you'll likely + also want to use ReadmeFile.
SuppressIcon (Apache HTTP Server