Fortinet white logo
Fortinet white logo

EMS CLI Reference

7.4.5

emscli config set mpmworker

emscli config set mpmworker

Sets the specified Apache MPM Worker config from the specified arguments and values.

emscli config set mpmworker [flags]

Options

  -h, --help                    help for mpmworker
      --max.req.workers int     [Alias 'mrw'] Set the total cap on concurrent requests Apache will serve. This is across all child processes. Must have MaxRequestWorkers <= ServerLimit x ThreadsPerChild.
      --thread.limit int        [Alias 'tl'] Set the max upper bound on how many threads a single child process can run. Must have ThreadLimit >= ThreadsPerChild.
      --threads.per.child int   [Alias 'tpc'] Set the number of threads each child process spawns on startup. If set higher than ThreadLimit, it will be reduced back down.

See also

emscli config set mpmworker

emscli config set mpmworker

Sets the specified Apache MPM Worker config from the specified arguments and values.

emscli config set mpmworker [flags]

Options

  -h, --help                    help for mpmworker
      --max.req.workers int     [Alias 'mrw'] Set the total cap on concurrent requests Apache will serve. This is across all child processes. Must have MaxRequestWorkers <= ServerLimit x ThreadsPerChild.
      --thread.limit int        [Alias 'tl'] Set the max upper bound on how many threads a single child process can run. Must have ThreadLimit >= ThreadsPerChild.
      --threads.per.child int   [Alias 'tpc'] Set the number of threads each child process spawns on startup. If set higher than ThreadLimit, it will be reduced back down.

See also