Two instances of Apache on the same server

Two instances of Apache on the same server

Amos Shapira amos.shapira at gmail.com
Wed Oct 6 12:53:45 IST 2010


2010/10/6 Tom Goren <tom at tomgoren.com>:
> Sorry for the crude question, but why would you want to do this?
> Are you trying to run to different versions of apache for testing or for
> some specific application need?
> What advantages do two separate instances of the actual apache process
> present over a multiple virtual host configurations? This usually covers 99%
> of usage cases.
> Just curious,

I'm not the original poster but I could envision a use for this on our
systems - e.g. most of our web servers can work with Apache Worker MPM
but one of them has a compiled apache module which can only work with
the Prefork MPM. If we had to run all of them on the same OS image
(e.g. as a small appliance or a private development environment) then
I think such a trick would be useful to us.

--Amos



More information about the Linux-il mailing list