]> granicus.if.org Git - apache/commitdiff
Additional hint in the HeaderName documentation
authorRich Bowen <rbowen@apache.org>
Sun, 19 Aug 2001 19:27:32 +0000 (19:27 +0000)
committerRich Bowen <rbowen@apache.org>
Sun, 19 Aug 2001 19:27:32 +0000 (19:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90366 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_autoindex.html

index 61ec67ac46f418f30830b5e72b039c0cb46045e9..a85eb3182dd540882bf0ca2574c64f176ed2f6c5 100644 (file)
@@ -543,6 +543,13 @@ the file will be processed for server-side includes (see the
 <A HREF="mod_include.html"><SAMP>mod_include</SAMP></A> documentation).
 </BLOCKQUOTE>
 <P>
+If the file specified by <SAMP>HeaderName</SAMP> contains the
+beginnings of an HTML document (&lt;HTML&gt;, &lt;HEAD&gt;, etc) then
+you will probably want to set <A
+HREF="#indexoptions:suppresshtmlpreamble"><SAMP>IndexOptions
++SuppressHTMLPreamble</SAMP></A>, so that these tags are not
+repeated.
+<P>
 See also <A HREF="#readmename">ReadmeName</A>.
 <P><HR>