From bc0142d751b77bcc5e9db071012d98a8cb2818be Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 3 Sep 2002 02:14:09 +0000 Subject: [PATCH] Fix a couple links. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96619 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/sections.html.en | 6 +++--- 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 dee07970f72..fce7d185454 100644 --- a/docs/manual/sections.html.en +++ b/docs/manual/sections.html.en @@ -9,7 +9,7 @@ use configuration section containers or .htaccess files to change the scope of other configuration directives.


Types of Configuration Section Containers

-
Related Modules

core
mod_proxy
Related Directives

<Directory>
<DirectoryMatch>
<Files>
<FilesMatch>
<IfDefine>
<IfModule>
<Location>
<LocationMatch>
<Proxy>
<ProxyMatch>
<VirtualHost>
+
Related Modules

core
mod_proxy
Related Directives

<Directory>
<DirectoryMatch>
<Files>
<FilesMatch>
<IfDefine>
<IfModule>
<Location>
<LocationMatch>
<Proxy>
<ProxyMatch>
<VirtualHost>

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 <FilesMatch>, <Location>, <LocationMatch>, -<Proxy>, -and <ProxyMatch> +<Proxy>, +and <ProxyMatch> sections. There are some exceptions, however.