What is the command to stop Apache?
Answers were Sorted based on User's Feedback
Answer / shahul
Ganesh's answers works fine, if you have added apache as one
of the service in your config.
If you want to stop apache through apache's way use:
apachectl stop
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / abhay
kill the specific process that httpd is running under, or
killall httpd. If you have apachectl installed, use
apachectl stop.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / sunil
hi,
To stop apache you can use.
/etc/init.d/httpd stop command.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / ashish
#service httpd stop
or
#killall httpd
or
if u have apacectl installed then use
#apachectl stop
| Is This Answer Correct ? | 4 Yes | 0 No |
What is systemd and systemctl?
Where is apache config centos?
Can we do automatically roll over the apache logs at specific times without having to shut down and restart the server?
What is apache used for?
Is apache web server free?
Does tomcat need apache?
How do I stop apache from restarting?
On which port apache server works?
What is apache web server?
Is apache and tomcat the same?
What is struct?
What’s difference between apache web server and apache tomcat?