I have a development server running multiple instances of httpd using
different config files in different directories, without problems. My
question is can I build a second environment on the same system to run
another http daemon with a different build structure? One daemon will
be running from /usr/sbin, the second will be running from
/home/testenvir. Is this possible? The reason for the two environments
is one is using FastCGI and PHP one is not.
So far my second environment is not starting.
Thanks