Skip to content
Snippets Groups Projects
Commit 2c438e4d authored by Marek Jaroš's avatar Marek Jaroš :metal:
Browse files

Merge branch '9-document-mpm_event-environmental-variables' into 'master'

Resolve "Document mpm_event environmental variables"

Closes #9

See merge request !12
parents fb4958fb 5ffdc20b
No related branches found
No related tags found
3 merge requests!24IcingaWeb v2.11.1,!22IcingaWeb v2.10.1,!12Resolve "Document mpm_event environmental variables"
......@@ -433,7 +433,14 @@ Vypsat logy lze v defaultní konfiguraci například příkazem `docker logs ici
| `TPHP_FPM_PM_MAX` | 32 | pm.max_spare_servers |
| `PHP_FPM_PM_IDLE` | 30 | Limit pro nečinnost procesu |
| `PHP_FPM_PM_CHILDREN` | 48 | Maximální počet dětí FPM |
| `PHP_FPM_PM_REQUESTS` | 50000 | Maximum požadavků na proces před jeho restartem |
| `PHP_FPM_PM_REQUESTS` | 0 | Maximum požadavků na proces před jeho restartem |
| `APACHE2_EVENT_SERVERS` | 3 | StartServers |
| `APACHE2_EVENT_MIN_SPARE` | 75 | MinSpareThreads |
| `APACHE2_EVENT_MAX_SPARE` | 250 | MaxSpareThreads |
| `APACHE2_EVENT_THREADS` | 64 | ThreadLimit |
| `APACHE2_EVENT_CHILD_THREADS` | 25 | ThreadsPerChild |
| `APACHE2_EVENT_WORKERS` | 400 | MaxRequestWorkers |
| `APACHE2_EVENT_CONN_PER_CHILD` | 0 | MaxConnectionsPerChild |
| `ICINGAWEB2_DOCKER_DEBUG` | 0 | Detailní výstup startovních skripů kontejneru |
......
......@@ -436,7 +436,14 @@ By default you can show logs with dommand `docker logs icingaweb`.
| `TPHP_FPM_PM_MAX` | 32 | pm.max_spare_servers |
| `PHP_FPM_PM_IDLE` | 30 | Idle process limit |
| `PHP_FPM_PM_CHILDREN` | 48 | Maximum children |
| `PHP_FPM_PM_REQUESTS` | 50000 | Maximum requests |
| `PHP_FPM_PM_REQUESTS` | 0 | Maximum requests |
| `APACHE2_EVENT_SERVERS` | 3 | StartServers |
| `APACHE2_EVENT_MIN_SPARE` | 75 | MinSpareThreads |
| `APACHE2_EVENT_MAX_SPARE` | 250 | MaxSpareThreads |
| `APACHE2_EVENT_THREADS` | 64 | ThreadLimit |
| `APACHE2_EVENT_CHILD_THREADS` | 25 | ThreadsPerChild |
| `APACHE2_EVENT_WORKERS` | 400 | MaxRequestWorkers |
| `APACHE2_EVENT_CONN_PER_CHILD` | 0 | MaxConnectionsPerChild |
| `ICINGAWEB2_DOCKER_DEBUG` | 0 | Show detailed output of container scripts during start-up |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment