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 does apache tomcat works?
How to use apache web server linux?
What are "regular expressions"?
Where are the apache logs?
If you have to more than one url map to the same directory but you don’t have multiple alias directives. What you will do?
Your apache web-server is not starting, what steps would you follow to troubleshoot this.
How does apache work?
How to solve this error "User Operation is waiting for publishing Apache Geronimo v2.0 server at localhost....to complete
Where is apache installed windows?
Does Apache include any sort of database integration?
What are the log level available in apache?
Who bought apache?