diff options
-rw-r--r-- | docs/manual/sections.html.en | 6 | ||||
-rw-r--r-- | docs/manual/sections.xml | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en index dee07970f7..fce7d18545 100644 --- a/docs/manual/sections.html.en +++ b/docs/manual/sections.html.en @@ -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> diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml index 5b65520b23..a17c6a89b6 100644 --- a/docs/manual/sections.xml +++ b/docs/manual/sections.xml @@ -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> |