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 to parse files without .php extension as .php extension, if you using php5 version.
How to start apache server in windows?
What are the log files generated by apache?
I'm using tomcat 5, database is MySql, project is based on mvc architecure. My tomcat shuts down abruptly creating a error file in Tomcat5.0 folder named as hs_err_pid1268.txt.. plz help me
What do you mean by a valid servername directive?
How secure is apache server?
What is struct?
Why does Apache send a cookie on every response?
What is apache scoreboard?
In which folder are Java Applications stored in Apache?
What’s the major difference between a restart and a graceful restart of a web server such as apache?
Can apache and tomcat run together?