From 3f3ed35eec1f671dda3afcf5025df02f7dbae2dd Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 10 Sep 2010 15:53:05 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_autoindex.html.en | 4 +++- docs/manual/mod/mod_autoindex.xml | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.47.2