Dustin D. wrote:
> With that in mind, is it possible to reuse the same apache install
> directory, and just launch the different processes with different
> httpd.conf files that load the appropriate DSO's and settings? 

Absolutely. This is what I normally do. There's no reason to have the same
binary code lying around in different places. All you have to do is maintain
separate config files. And if your OS is smart about it might even COW share the
memory between the different apaches.

> Everything I've read about multiple apache servers implies you need
> completely different install trees, which is sorta painful when you need
> 5 different apaches running with practically the same install, just a
> different httpd.conf to load the right DSO.

That should work. I haven't done it with PHP, but I have done it for
apache/mod_perl.

-- 
Michael Peters
Developer
Plus Three, LP

Reply via email to