summaryrefslogtreecommitdiffstats
path: root/docs/manual/sections.xml
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-09-03 04:14:09 +0200
committerJoshua Slive <slive@apache.org>2002-09-03 04:14:09 +0200
commitbc0142d751b77bcc5e9db071012d98a8cb2818be (patch)
treee39f052e13f01336aec5e316218694b87936ef0e /docs/manual/sections.xml
parentA little fine-tuning of the new sections doc. (diff)
downloadapache2-bc0142d751b77bcc5e9db071012d98a8cb2818be.tar.xz
apache2-bc0142d751b77bcc5e9db071012d98a8cb2818be.zip
Fix a couple links.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96619 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/sections.xml')
-rw-r--r--docs/manual/sections.xml8
1 files changed, 4 insertions, 4 deletions
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>