Hi All,
 
I want to use multiple instances of apache on diffrent ports, for that i wrote differnt httpd.conf files for different ports(of course, each have unique Listen port and httpd.pid files, log files), and i just loading httpd multiple times with one config file for each port  
 ( using  apache/bin/apachectl -f apache/conf/httpd1.conf -k start,  and ..... httpd2.conf -k start) , and it just seems to be working.  Am I heading in the right direction here?

Thanks


 

Reply via email to