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 the command to stop Apache?
How to hide server version details in http response header?
What is apache http server?
How to verify httpd.conf file to ensure no configuration syntax error?
How to perform apache performance benchmark?
What are apache modules?
What is apache nifi good for?
What language does apache use?
How does apache tomcat works?
Where can I find apache logs?
How do I start apache on centos?
Why does Apache send a cookie on every response?