Controlling httpd Lifecycle: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
The lifecycle of the httpd server is controlled by sending Unix signals into the httpd parent process. | 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. | The signals can be sent into the parent process using the httpd process [[#Send_Signals_Directly_to_httpd|directly]], using the -k command line options or (recommended) the <tt>apachectl</tt> control script. | ||
=Use <tt>apachectl</tt> Control Script= | =Use <tt>apachectl</tt> Control Script= |
Revision as of 20:21, 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 apachectl control script.