Controlling httpd Lifecycle
Jump to navigation
Jump to search
Internal
Overview
The lifecycle of the httpd server is controlled by sending Unix signals into the httpd parent process.
The signals can be sent into the parent process using the httpd process directly, using the -k command line options or (recommended) the apachectl control script.