Grammar fixes/tweaks.
This commit is contained in:
parent
c6cd42af04
commit
56f7420323
@ -129,12 +129,12 @@
|
|||||||
<title>Module configuration files</title>
|
<title>Module configuration files</title>
|
||||||
|
|
||||||
<para>Module configuration files are provided in the
|
<para>Module configuration files are provided in the
|
||||||
<filename>/etc/httpd/conf.modules.d/</filename> directory. Filenames
|
<filename>/etc/httpd/conf.modules.d/</filename> directory.
|
||||||
in this directory are by convention prefixed with two digit numeric
|
Filenames in this directory are by convention prefixed with two
|
||||||
prefix to ensure they are processed in the desired order. Core
|
digit numeric prefix to ensure they are processed in the desired
|
||||||
modules provide with the <command>httpd</command> package are
|
order. Core modules provided with the <command>httpd</command>
|
||||||
loaded by files with a <option>0x-</option> prefix to ensure
|
package are loaded by files with a <option>0x-</option> prefix
|
||||||
these are loaded first. Only filenames with a
|
to ensure these load first. Only filenames with a
|
||||||
<option>.conf</option> suffix in this directory will be
|
<option>.conf</option> suffix in this directory will be
|
||||||
processed.</para>
|
processed.</para>
|
||||||
|
|
||||||
@ -160,8 +160,8 @@
|
|||||||
<term><filename>/etc/httpd/conf.modules.d/00-systemd.conf</filename></term>
|
<term><filename>/etc/httpd/conf.modules.d/00-systemd.conf</filename></term>
|
||||||
<listitem><para>This file loads <option>mod_systemd</option>
|
<listitem><para>This file loads <option>mod_systemd</option>
|
||||||
which is necessary for the correct operation of the
|
which is necessary for the correct operation of the
|
||||||
<command>httpd.service</command> service, and should not be
|
<command>httpd.service</command> systemd unit, and should
|
||||||
removed or disabled.</para></listitem>
|
not be removed or disabled.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user