diff options
author | Ken Coar <coar@apache.org> | 1998-02-05 20:05:18 +0000 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 1998-02-05 20:05:18 +0000 |
commit | 80c32a1d5fe6458abcf83e4ca000eebcdb2c3da7 (patch) | |
tree | d84bf79bbaa000a17174059724a09ff6219e8245 /docs/manual/sections.html | |
parent | 3ff603fdf59d7b3247bdd60b9054095cded19258 (diff) | |
download | httpd-80c32a1d5fe6458abcf83e4ca000eebcdb2c3da7.tar.gz |
Another pass at the normalisation of the HTML tags. Some
corrections coming up.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80130 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/sections.html')
-rw-r--r-- | docs/manual/sections.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/sections.html b/docs/manual/sections.html index b5cce17df2..3a169be742 100644 --- a/docs/manual/sections.html +++ b/docs/manual/sections.html @@ -12,7 +12,7 @@ ALINK="#FF0000" > <!--#include virtual="header.html" --> -<h1 ALIGN="CENTER">How Directory, Location and Files sections work</H1> +<H1 ALIGN="CENTER">How Directory, Location and Files sections work</H1> The sections <A HREF="mod/core.html#directory"><CODE><Directory></CODE></A>, <A @@ -25,7 +25,7 @@ different sections differ and how they relate to each other when Apache decides which directives apply for a particular directory or request URL. -<h2>Directives allowed in the sections</h2> +<H2>Directives allowed in the sections</H2> Everything that is syntactically allowed in <CODE><Directory></CODE> is also allowed in @@ -37,7 +37,7 @@ notable is AllowOverrides, make no sense in <CODE><Files></CODE> -- syntactically everything is fine, but semantically some things are different. -<h2>How the sections are merged</h2> +<H2>How the sections are merged</H2> The order of merging is: @@ -85,7 +85,7 @@ configuration. (Note: this only works correctly from 1.2.2 and 1.3a2 onwards. Before those releases sections inside virtual hosts were applied <EM>before</EM> the main server). -<h2>Notes about using sections</h2> +<H2>Notes about using sections</H2> The general guidelines are: |