You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by ben short <ja...@gmail.com> on 2007/08/03 10:43:27 UTC

[users@httpd] Limit number of prefork worksers a virtual host can use

Hi,

I'm using httpd 2.2.4 and have two virtual hosts. Is it possible to
assign half of the available workers to each virtual host?

Regards

Ben Short

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Limit number of prefork worksers a virtual host can use

Posted by Joshua Slive <jo...@slive.ca>.
On 8/3/07, ben short <ja...@gmail.com> wrote:
> Hi,
>
> I'm using httpd 2.2.4 and have two virtual hosts. Is it possible to
> assign half of the available workers to each virtual host?

No. If you need to do that, the simplest way is simply use two IP
addresses and two apache instances.

There are some third-party modules (see http://modules.apache.org)
that do similar things, but I haven' t used any of them myself.

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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org