httpd/httpd.mpm.xml

52 lines
1.4 KiB
XML
Raw Normal View History

<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<refentry>
<refentryinfo>
<date>@DATE@</date>
<title>Apache HTTP Server</title>
<productname>httpd</productname>
<productnumber>@VERSION@</productnumber>
</refentryinfo>
<refmeta>
<refentrytitle>@PROGNAME@</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv>
<refname>@PROGNAME@</refname>
<refpurpose>httpd @MPM@ MPM executable</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>@PROGNAME@</command>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>Description</title>
<para>The <command>@PROGNAME@</command> executable is an
alternative build of the <command>httpd</command> executable which
uses the <emphasis>@MPM@</emphasis> Multi-Processing Module (MPM).
The executable accepts the same command-line arguments as
the <command>httpd</command> executable.</para>
<para>To configure the SysV init scripts to use this MPM, set the
<varname>HTTPD</varname> environment variable in
the <filename>/etc/sysconfig/httpd</filename> configuration file.</para>
</refsect1>
<refsect1>
<title>See also</title>
<para>httpd(8), <ulink url="http://httpd.apache.org/docs/2.2/mpm.html"/></para>
</refsect1>
</refentry>