Skip to content

Improve fpm configuration reference #4619

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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