From: Rich Bowen Date: Sun, 19 Aug 2001 19:27:32 +0000 (+0000) Subject: Additional hint in the HeaderName documentation X-Git-Tag: 2.0.25~272 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1e03cbc1461bdd050ebefc2d1f2f881d8ad94b6;p=apache Additional hint in the HeaderName documentation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90366 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html index 61ec67ac46..a85eb3182d 100644 --- a/docs/manual/mod/mod_autoindex.html +++ b/docs/manual/mod/mod_autoindex.html @@ -543,6 +543,13 @@ the file will be processed for server-side includes (see the mod_include documentation).

+If the file specified by HeaderName contains the +beginnings of an HTML document (<HTML>, <HEAD>, etc) then +you will probably want to set IndexOptions ++SuppressHTMLPreamble, so that these tags are not +repeated. +

See also ReadmeName.