Commit 5882caee authored by Richard Bowen's avatar Richard Bowen
Browse files

Additional hint in the HeaderName documentation


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90366 13f79535-47bb-0310-9956-ffa450edef68
parent 988699d4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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>