Controlling httpd Lifecycle

From NovaOrdis Knowledge Base
Revision as of 20:20, 2 January 2017 by Ovidiu (talk | contribs) (→‎Overview)
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 apachectlcontrol script.

Use apachectl Control Script

Send Signals Directly to httpd

Send Commands to httpd with -k Command Line Option