Add section on restarts.
This commit is contained in:
parent
c144c0a274
commit
6a73e2c660
@ -166,6 +166,20 @@ Wants=network-online.target</programlisting>
|
|||||||
--kill-who=main --signal=HUP httpd</command>.</para>
|
--kill-who=main --signal=HUP httpd</command>.</para>
|
||||||
</refsect2>
|
</refsect2>
|
||||||
|
|
||||||
|
<refsect2>
|
||||||
|
<title>Automated service restarts</title>
|
||||||
|
|
||||||
|
<para>System packages (including the httpd package itself) may
|
||||||
|
restart the httpd service automatically after packages are
|
||||||
|
upgraded, installed, or removed. This is done using the
|
||||||
|
<command>systemctl reload httpd.service</command>, which
|
||||||
|
produces a <emphasis>graceful</emphasis> restart by default as
|
||||||
|
described above.</para>
|
||||||
|
|
||||||
|
<para>To suppress automatic reloads entirely, create the file
|
||||||
|
<filename>/etc/sysconfig/httpd-disable-posttrans</filename>.</para>
|
||||||
|
</refsect2>
|
||||||
|
|
||||||
<refsect2>
|
<refsect2>
|
||||||
<title>Changing the default MPM (Multi-Processing Module)</title>
|
<title>Changing the default MPM (Multi-Processing Module)</title>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user