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 meaning of "listen" in httpd.conf file?
Does ubuntu use systemd?
How to solve this error "User Operation is waiting for publishing Apache Geronimo v2.0 server at localhost....to complete
What are apache modules?
If you have added "loglevel debug" in httpd.conf file, than what will happen?
What is apache server explain main features of apache server?
What is ServerType directive?
Why does Apache send a cookie on every response?
How do I stop apache from running?
What is apache virtual host?
What did systemd replace?
Why apache server is used?