Controlling httpd Lifecycle: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * httpd Operations =Overview=") |
|||
Line 4: | Line 4: | ||
=Overview= | =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 <tt>apachectl</tt>control script. | |||
=Use <tt>apachectl</tt> Control Script= | |||
=Send Signals Directly to httpd= | |||
=Send Commands to httpd with -k Command Line Option= |
Revision as of 20:20, 2 January 2017
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 apachectlcontrol script.