Grammar and spelling fixes.

This commit is contained in:
Joe Orton 2018-05-01 08:54:09 +01:00
parent 3aa9222d7d
commit 95e657b1ee

View File

@ -139,7 +139,7 @@ Wants=network-online.target</programlisting>
httpd is started. To inhibit certificate generation, use httpd is started. To inhibit certificate generation, use
<command>systemctl mask httpd-init.service</command> after <command>systemctl mask httpd-init.service</command> after
installing mod_ssl, and adjust the mod_ssl configuration to use installing mod_ssl, and adjust the mod_ssl configuration to use
an appropriate certicate and key.</para> an appropriate certificate and key.</para>
</refsect2> </refsect2>
@ -276,15 +276,15 @@ Wants=network-online.target</programlisting>
configuration file configuration file
<filename>/etc/httpd/conf/foobar.conf</filename>. The <filename>/etc/httpd/conf/foobar.conf</filename>. The
<option>HTTPD_INSTANCE</option> environment variable is set to <option>HTTPD_INSTANCE</option> environment variable is set to
the instance name by the unit and is available name for use the instance name by the unit and is available for use within
within the configuration file.</para> the configuration file.</para>
<para>To allow multiple instances of httpd to run <para>To allow multiple instances of httpd to run
simultaneously, a number of configuration directives must be simultaneously, a number of configuration directives must be
changed; such as <command>PidFile</command> and changed, such as <command>PidFile</command> and
<command>DefaultRuntimeDir</command> to pick non-conflict paths, <command>DefaultRuntimeDir</command> to pick non-conflicting
and <command>Listen</command> to choose ports. The example paths, and <command>Listen</command> to choose different ports.
configuration file The example configuration file
<filename>/usr/share/doc/httpd/instance.conf</filename> <filename>/usr/share/doc/httpd/instance.conf</filename>
demonstrates how to make such changes using demonstrates how to make such changes using
<option>HTTPD_INSTANCE</option> variable.</para> <option>HTTPD_INSTANCE</option> variable.</para>
@ -312,6 +312,7 @@ ReloadPropagatedFrom=httpd.service</programlisting>
<para><filename>/usr/lib/systemd/system/httpd.service</filename>, <para><filename>/usr/lib/systemd/system/httpd.service</filename>,
<filename>/usr/lib/systemd/system/httpd.socket</filename>, <filename>/usr/lib/systemd/system/httpd.socket</filename>,
<filename>/usr/lib/systemd/system/httpd@.service</filename>,
<filename>/etc/systemd/systemd/httpd.service.d</filename></para> <filename>/etc/systemd/systemd/httpd.service.d</filename></para>
</refsect1> </refsect1>