On Mon, 2005-02-21 at 09:58 -0500, Bruno Lavoie wrote:
> i need virtual host to have unique  @INC on per virtual host basis:
> http://perl.apache.org/docs/2.0/user/config/config.html#Modifying_C__INC__on_a_Per_VirtualHost

I could be worng about this, but I think that only works if you are
running a threaded MPM.  Are you running the "worker" MPM?

In general, I would say it's less trouble to simply run different apache
servers for each developer so that they can stop and start them at will.
You can run them all on the same machine, on different ports.  This
technique is documented here:
http://perl.apache.org/docs/general/control/control.html#Starting_a_Personal_Server_for_Each_Developer

- Perrin

Reply via email to