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 |
How do you install the apache web server?
How does apache server work?
How does apache work?
What is meaning of "listen" in httpd.conf file?
What is a Comamnd to check the version of apache server?
Why is apache called apache?
How to know if web server running?
What is apache software used for?
What is apache tomcat used for?
What is the difference between the servername directive and serveralias?
What is virtual host?
What is the command to stop Apache?