I have the need to run multiple daemons off of the same apache base install. Each daemon will have it's own configuration file of course, but since they are all configured pretty much the same (same modules etc)I don't see a need to have several apache installs. So, I'd have one install, i.e. /usr/apache/xxxxwith multiple configs, i.e /usr/apache/conf/httpd-host1.conf /usr/apache/conf/httpd-host2.conf/usr/apache/conf/httpd-host3.confIs there an "apachectl" script that allows formultiple daemons to be managed? (start/stop/restart) ?R
Are we to presume that you want all of these to start upon machine startup?What sort of OS are you running on?
You can just make a startup script according to which ever OS you are using that calls apachectl with the appropriate parameters for each of them. Or else, just make several copies of apachectl, one each for the different configs andme each according to use. They are small and won't eat up muchspace. ////jerry
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx