What is the command to start and stop the httpServer?

Questions by kirankumar samudrala   answers by kirankumar samudrala

Showing Answers 1 - 6 of 6 Answers

ArunKandaswamy

  • Jul 28th, 2012
 

./apachectl -k stop/start

  Was this answer useful?  Yes

santha

  • Dec 7th, 2012
 

HTTP Server means WebServer. IHS(IBM HTTP Server) we can start,stop and restart by using command prompt
for start the server " ./apchectl -k start "
for stopping the server " ./apchectl -k stop "
for restart the server " ./apchectl -k restart "

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions