summaryrefslogtreecommitdiff
path: root/docs/manual/sections.html.en
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2012-03-15 11:13:16 +0000
committerRich Bowen <rbowen@apache.org>2012-03-15 11:13:16 +0000
commit19da4ecd1d1ac596f3236e515132b0d890b707f4 (patch)
tree4cf7edd3348cf01e9d99f61764e52b07bd9bce94 /docs/manual/sections.html.en
parentd4d7586cb45212a0edb4a51bf77423530be27897 (diff)
downloadhttpd-19da4ecd1d1ac596f3236e515132b0d890b707f4.tar.gz
Rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1300913 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/sections.html.en')
-rw-r--r--docs/manual/sections.html.en6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en
index e03068f83c..4fd7faad53 100644
--- a/docs/manual/sections.html.en
+++ b/docs/manual/sections.html.en
@@ -76,7 +76,7 @@ installed. It should not be used to enclose directives that you want
to work all the time, because it can suppress useful error messages
about missing modules.</p>
-<p>In the following example, the <code class="directive"><a href="./mod/mod_mime_magic.html#mimemagicfiles">MimeMagicFiles</a></code> directive will be
+<p>In the following example, the <code class="directive"><a href="./mod/mod_mime_magic.html#mimemagicfile">MimeMagicFile</a></code> directive will be
applied only if <code class="module"><a href="./mod/mod_mime_magic.html">mod_mime_magic</a></code> is available.</p>
<div class="example"><p><code>
@@ -224,7 +224,7 @@ certain sections or directives are evaluated. For
&lt;Location /foo/bar&gt;<br />
&lt;/Location&gt;
</code></p></div>
-<p><code class="directive"><a href="./mod/core.html#alias">&lt;Alias&gt;</a></code>es on the other hand,
+<p><code class="directive"><a href="./mod/mod_alias.html#alias">&lt;Alias&gt;</a></code>es on the other hand,
are mapped vice-versa:</p>
<div class="example"><p><code>
Alias /foo/bar /srv/www/uncommon/bar<br />
@@ -339,7 +339,7 @@ to all requests regardless of the specific URL.</p>
<h3><a name="nesting" id="nesting">Nesting of sections</a></h3>
<p>Some section types can be nested inside other section types. One the one
-hand, <code class="directive"><a href="./mod/core.html#file">&lt;File&gt;</a></code> can be used
+hand, <code class="directive"><a href="./mod/core.html#files">&lt;Files&gt;</a></code> can be used
inside <code class="directive"><a href="./mod/core.html#directory">&lt;Directory&gt;</a></code>. On
the other hand, <code class="directive"><a href="./mod/core.html#if">&lt;If&gt;</a></code> can
be used inside <code class="directive"><a href="./mod/core.html#directory">&lt;Directory&gt;</a></code>,