Hi there,

On Wed, 15 Aug 2001, Philip Mak wrote:

> When I have multiple virtual hosts running Apache::ASP (mod_perl), do they
> need to run their own instance of Apache?

If one Apache is listening to port 80 then no others can.  This is why
you will get an error message when you try to start an Apache when
there is already one listening on the port(s) that the newly starting
Apache tries to bind to.  If you want to run more than one Apache
server instance then they all have to listen on different ports.  So
you could for example do some URL-based redirecting with a proxy
listening on 80 and handing requests to other instances which are
listening on other ports, or something like that - a bit like having a
light/heavy server pair (see the Guide) but for different reasons.

> and the webmasters of the different virtual hosts trust each other,
> then is it safe to [snip]

'Trust' and 'Safe' are interesting concepts on the Web.
'Suspect' and 'dangerous' are more likely.

73,
Ged.



Reply via email to