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.)