From: Joshua Slive Date: Tue, 3 Sep 2002 02:14:09 +0000 (+0000) Subject: Fix a couple links. X-Git-Tag: AGB_BEFORE_AAA_CHANGES~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc0142d751b77bcc5e9db071012d98a8cb2818be;p=thirdparty%2Fapache%2Fhttpd.git Fix a couple links. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96619 13f79535-47bb-0310-9956-ffa450edef68 --- 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.