summaryrefslogtreecommitdiff
path: root/docs/manual/vhosts
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2012-03-16 20:14:54 +0000
committerRich Bowen <rbowen@apache.org>2012-03-16 20:14:54 +0000
commit76a279473fcc2eb319920bb7f2902144375e4cb8 (patch)
tree03635fdb3e283ed5381a115e10df448c2a4f1386 /docs/manual/vhosts
parent7993195c612de4aca6fd4f8056f3c185f05af62d (diff)
downloadhttpd-76a279473fcc2eb319920bb7f2902144375e4cb8.tar.gz
Broken link correction. Daniel Gruno (rumble at cord dk)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1301735 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/vhosts')
-rw-r--r--docs/manual/vhosts/details.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/manual/vhosts/details.xml b/docs/manual/vhosts/details.xml
index c84f4aba31..f2f27e2e41 100644
--- a/docs/manual/vhosts/details.xml
+++ b/docs/manual/vhosts/details.xml
@@ -80,7 +80,7 @@
<p>(Port numbers specified in the <code>VirtualHost</code> directive do
not influence what port numbers Apache will listen on, they only control
which <code>VirtualHost</code> will be selected to handle a request.
- Use the <directive module="core">Listen</directive> directive to
+ Use the <directive module="mpm_common">Listen</directive> directive to
control the addresses and ports on which the server listens.)
</p>
@@ -114,14 +114,12 @@
<ol>
<li>If a vhost has no <directive module="core">ServerAdmin</directive>,
- <directive module="core">ResourceConfig</directive>,
- <directive module="core">AccessConfig</directive>,
<directive module="core">Timeout</directive>,
<directive module="core">KeepAliveTimeout</directive>,
<directive module="core">KeepAlive</directive>,
<directive module="core">MaxKeepAliveRequests</directive>,
- <directive module="core">ReceiveBufferSize</directive>,
- or <directive module="core">SendBufferSize</directive>
+ <directive module="mpm_common">ReceiveBufferSize</directive>,
+ or <directive module="mpm_common">SendBufferSize</directive>
directive then the respective value is inherited from the
main server. (That is, inherited from whatever the final
setting of that value is in the main server.)</li>