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 difference between apache and apache tomcat?
How to secure website hosted on apache web server?
How do I download apache for windows?
What is mod_vhost_alias?
Which is better apache or nginx?
Do I need programming skills to install apache in my system?
What is the typical log file size per 10k requests in an apache web server?
Can we cache files which are viewed frequently?
What did systemd replace?
What are the log level available in apache?
What is Apache?
How you will put a limit on uploads on your web server?