-
How do I restart Apache?
Greetings,
How do I restart Apache 2.0 from the command line? The documentation says to issue this command:
Code:
apachectl -k graceful
Is this correct?
Parallels has instructions for stopping Apache for RedHat, Debian, Ubuntu, and FreeBSD, but not CentOS, which is what I have.
Thanks,
Shane.
-
Hi Shane
Code:
apachectl -k graceful
It works for me
or:
Code:
# service httpd restart
I'm usually using above commands for full Apache restart.
Cheers
-
Restarting Apache
OK, thanks.
I just wanted to check first, to make sure I didn't break anything.
Shane.