Answer Posted / hari
Gracefully restarts the Apache httpd daemon. If the
daemon is not running, it is started. This differs from a
normal restart in that currently open connections are
not aborted. A side effect is that old log files will not
be closed immediately. This means that if used in a log
rotation script, a substantial delay may be necessary to
ensure that the old log files are closed before
processing them. This command automatically checks
the configuration files as in configtest before
initiating the restart to make sure Apache doesn?t die.
This is equivalent to apachectl -k graceful.
( excerpt from manual page of apachectl )
Actually it sends a SIGUSR1 for a restart. The USR1 or
graceful signal causes the parent process to advise the
children to exit after their current request (or to exit
immediately if they're not serving anything). The parent
re-reads its configuration files and re-opens its log files.
As each child dies off the parent replaces it with a child
from the new generation of the configuration, which begins
serving new requests immediately.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How to ensure web server is getting started after server reboot?
I am configuring APACHE Server on SOLARIS-10. I am having some problem while configuring the httpd.conf. Can any one help me to find out the root directory of APACHE server. How can I publish my website through it?
Does ubuntu use systemd?
When did ubuntu switch to systemd?
If you have added "loglevel debug" in httpd.conf file, than what will happen?
How can we find what are the modules loaded in apache?
How does Apache compared to other servers?
How to check for the httpd.conf consistency and any
How to verify httpd.conf file to ensure no configuration syntax error?
How to hide server version details in http response header?
Who bought apache?
Is httpd and apache the same?
What’s a distinction between apache and nginx net server?
Is nginx better than apache?
What is apache nifi good for?