Hello, i'm running on : apache2-mpm-prefork model, should i change this? i think that if i run php under apache2 i need to run prefork model..... debian automaticaly switched me to this mpm model when i installed mod_php4
i can deinstall php for testing purpose if i need to change the mpm model... pl;ease help me On Mon, 21 Feb 2005 13:13:46 -0500, Perrin Harkins <[EMAIL PROTECTED]> wrote: > 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 > >
