What is the command to restart Apache 2.2.9?
feedback
|
|
Typically
does a complete restart (shut it down and start it up again), or
does a "graceful restart" which waits for any existing connections to close before restarting. But it could depend on which operating system you're using. On mine (Gentoo Linux) the preferred way is
or
for example. | |||
|
feedback
|
|
May be different if Apacxhe is installed with a different path but:
or look for a boot script like:
| |||
|
feedback
|
|
If you're in the redhat family of distros (RHEL, CentOS, Fedora, etc) the proper way is
a lot of times you can get away with
| |||
|
feedback
|