summaryrefslogtreecommitdiff
path: root/docs/manual/sections.html.en
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1998-02-05 20:05:18 +0000
committerKen Coar <coar@apache.org>1998-02-05 20:05:18 +0000
commit80c32a1d5fe6458abcf83e4ca000eebcdb2c3da7 (patch)
treed84bf79bbaa000a17174059724a09ff6219e8245 /docs/manual/sections.html.en
parent3ff603fdf59d7b3247bdd60b9054095cded19258 (diff)
downloadhttpd-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.en')
-rw-r--r--docs/manual/sections.html.en8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en
index b5cce17df2..3a169be742 100644
--- a/docs/manual/sections.html.en
+++ b/docs/manual/sections.html.en
@@ -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>&lt;Directory&gt;</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>&lt;Directory&gt;</CODE> is also allowed in
@@ -37,7 +37,7 @@ notable is AllowOverrides, make no sense in
<CODE>&lt;Files&gt;</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: