0

How to start second apache

I have configured two instances of Apache, and now i have started one apache with service httpd start and how can I start the second apache..???

Apache Linux Add a comment
john
asked Apr 08 2017

Answer

0

Assume you have created the second config file as httpd2.conf in /etc/httpd/conf/ location.

So now to start the second one, run the belwo command.

#  /usr/sbin/httpd -f /etc/httpd/conf/httpd2.conf -k start

It will start the second one.

Add a comment
jagannatharumugam
asked Apr 09 2017
edited Oct 05 2018
Post your Answer