Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions install/fpm/configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
<para>
<literal>ondemand</literal> - the processes spawn on demand (when requested,
as opposed to dynamic, where <literal>pm.start_servers</literal> are started
when the service is started.
when the service is started).
</para>
<para>
<literal>dynamic</literal> - the number of child processes is set dynamically based on the
Expand All @@ -401,8 +401,8 @@
<para>
The number of child processes to be created when <literal>pm</literal> is set to
<literal>static</literal> and the maximum number of child processes to be created
when <literal>pm</literal> is set to <literal>dynamic</literal>. This
option is mandatory.
when <literal>pm</literal> is set to <literal>dynamic</literal> or <literal>ondemand</literal>.
This option is mandatory.
</para>
<para>
This option sets the limit on the number of simultaneous requests that
Expand Down