On 3/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi Nick,
>
> of course does it make sense to me.
>
> Why would I want to have 10 preforked httpd children listening on
> 192.168.*.*:80
> when I know that there will be only occassional single requests
> to this private address.
> As I said this URL should only server internal occassional
> maintenance and stats requests.

Nick is telling you that there is only a single pool of processes, and
this pool listens on all the ports that are configured in httpd.conf. 
There is no separate pool for separate vhosts.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to