From 76a279473fcc2eb319920bb7f2902144375e4cb8 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 16 Mar 2012 20:14:54 +0000 Subject: [PATCH] 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 --- docs/manual/vhosts/details.xml | 8 +++----- 1 file 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 @@

(Port numbers specified in the VirtualHost directive do not influence what port numbers Apache will listen on, they only control which VirtualHost will be selected to handle a request. - Use the Listen directive to + Use the Listen directive to control the addresses and ports on which the server listens.)

@@ -114,14 +114,12 @@
  1. If a vhost has no ServerAdmin, - ResourceConfig, - AccessConfig, Timeout, KeepAliveTimeout, KeepAlive, MaxKeepAliveRequests, - ReceiveBufferSize, - or SendBufferSize + ReceiveBufferSize, + or SendBufferSize 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.)
  2. -- 2.40.0