On Mon, 2005-02-21 at 13:31 -0500, Bruno Lavoie wrote: > 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
My advice is to keep running prefork, but give up on your idea of running virtual hosts and just run a separate apache server for each developer. It's a lot simpler in the long run. Read the documentation at the link I sent you in my last mail. - Perrin