mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
Fix a couple links.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96619 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -9,7 +9,7 @@ use configuration section containers or <code>.htaccess</code> files
|
||||
to change the scope of other configuration directives.</p>
|
||||
<ul><li><a href="#types">Types of Configuration Section Containers</a></li><li><a href="#file-and-web">Filesystem and Webspace</a><ul><li><a href="#filesystem">Filesystem Containers</a></li><li><a href="#webspace">Webspace Containers</a></li><li><a href="#wildcards">Wildcards and Regular Expressions</a></li><li><a href="#whichwhen">What to use When</a></li></ul></li><li><a href="#virtualhost">Virtual Hosts</a></li><li><a href="#proxy">Proxy</a></li><li><a href="#whatwhere">What Directives are Allowed?</a></li><li><a href="#mergin">How the sections are merged</a><ul><li><a href="#merge-examples">Some Examples</a></li></ul></li></ul><hr><h2><a name="types">Types of Configuration Section Containers</a></h2>
|
||||
|
||||
<table border="1"><tr><td valign="top"><strong>Related Modules</strong><br><br><code><a href="./mod/core.html">core</a></code><br><code><a href="./mod/mod_proxy.html">mod_proxy</a></code><br></td><td valign="top"><strong>Related Directives</strong><br><br><a href="./mod/core.html#directory" class="directive"><code class="directive"><Directory></code></a><br><a href="./mod/core.html#directorymatch" class="directive"><code class="directive"><DirectoryMatch></code></a><br><a href="./mod/core.html#files" class="directive"><code class="directive"><Files></code></a><br><a href="./mod/core.html#filesmatch" class="directive"><code class="directive"><FilesMatch></code></a><br><a href="./mod/core.html#ifdefine" class="directive"><code class="directive"><IfDefine></code></a><br><a href="./mod/core.html#ifmodule" class="directive"><code class="directive"><IfModule></code></a><br><a href="./mod/core.html#location" class="directive"><code class="directive"><Location></code></a><br><a href="./mod/core.html#locationmatch" class="directive"><code class="directive"><LocationMatch></code></a><br><a href="./mod/proxy.html#proxy" class="directive"><code class="directive"><Proxy></code></a><br><a href="./mod/proxy.html#proxymatch" class="directive"><code class="directive"><ProxyMatch></code></a><br><a href="./mod/core.html#virtualhost" class="directive"><code class="directive"><VirtualHost></code></a><br></td></tr></table>
|
||||
<table border="1"><tr><td valign="top"><strong>Related Modules</strong><br><br><code><a href="./mod/core.html">core</a></code><br><code><a href="./mod/mod_proxy.html">mod_proxy</a></code><br></td><td valign="top"><strong>Related Directives</strong><br><br><a href="./mod/core.html#directory" class="directive"><code class="directive"><Directory></code></a><br><a href="./mod/core.html#directorymatch" class="directive"><code class="directive"><DirectoryMatch></code></a><br><a href="./mod/core.html#files" class="directive"><code class="directive"><Files></code></a><br><a href="./mod/core.html#filesmatch" class="directive"><code class="directive"><FilesMatch></code></a><br><a href="./mod/core.html#ifdefine" class="directive"><code class="directive"><IfDefine></code></a><br><a href="./mod/core.html#ifmodule" class="directive"><code class="directive"><IfModule></code></a><br><a href="./mod/core.html#location" class="directive"><code class="directive"><Location></code></a><br><a href="./mod/core.html#locationmatch" class="directive"><code class="directive"><LocationMatch></code></a><br><a href="./mod/mod_proxy.html#proxy" class="directive"><code class="directive"><Proxy></code></a><br><a href="./mod/mod_proxy.html#proxymatch" class="directive"><code class="directive"><ProxyMatch></code></a><br><a href="./mod/core.html#virtualhost" class="directive"><code class="directive"><VirtualHost></code></a><br></td></tr></table>
|
||||
|
||||
<p>There are two basic types of containers. Most containers are
|
||||
evaluated for each request. The enclosed directives are applied only
|
||||
@@ -279,8 +279,8 @@ sections is also syntactically allowed in
|
||||
<a href="./mod/core.html#filesmatch" class="directive"><code class="directive"><FilesMatch></code></a>,
|
||||
<a href="./mod/core.html#location" class="directive"><code class="directive"><Location></code></a>,
|
||||
<a href="./mod/core.html#locationmatch" class="directive"><code class="directive"><LocationMatch></code></a>,
|
||||
<a href="./mod/proxy.html#proxy" class="directive"><code class="directive"><Proxy></code></a>,
|
||||
and <a href="./mod/proxy.html#proxymatch" class="directive"><code class="directive"><ProxyMatch></code></a>
|
||||
<a href="./mod/mod_proxy.html#proxy" class="directive"><code class="directive"><Proxy></code></a>,
|
||||
and <a href="./mod/mod_proxy.html#proxymatch" class="directive"><code class="directive"><ProxyMatch></code></a>
|
||||
sections. There are some exceptions, however.</p>
|
||||
|
||||
<ul>
|
||||
|
||||
@@ -31,8 +31,8 @@ to change the scope of other configuration directives.</p>
|
||||
<directive type="section" module="core">IfModule</directive>
|
||||
<directive type="section" module="core">Location</directive>
|
||||
<directive type="section" module="core">LocationMatch</directive>
|
||||
<directive type="section" module="proxy">Proxy</directive>
|
||||
<directive type="section" module="proxy">ProxyMatch</directive>
|
||||
<directive type="section" module="mod_proxy">Proxy</directive>
|
||||
<directive type="section" module="mod_proxy">ProxyMatch</directive>
|
||||
<directive type="section" module="core">VirtualHost</directive>
|
||||
</directivelist>
|
||||
</related>
|
||||
@@ -330,8 +330,8 @@ sections is also syntactically allowed in
|
||||
<directive type="section" module="core">FilesMatch</directive>,
|
||||
<directive type="section" module="core">Location</directive>,
|
||||
<directive type="section" module="core">LocationMatch</directive>,
|
||||
<directive type="section" module="proxy">Proxy</directive>,
|
||||
and <directive type="section" module="proxy">ProxyMatch</directive>
|
||||
<directive type="section" module="mod_proxy">Proxy</directive>,
|
||||
and <directive type="section" module="mod_proxy">ProxyMatch</directive>
|
||||
sections. There are some exceptions, however.</p>
|
||||
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user