neomediatech/php
Dockerized version of php, based on original php image, but with some additional module
4.0K
Dockerized version of PHP, based on original PHP images, but with some additional module
Name | Description | Default |
---|---|---|
APACHE_START_SERVERS | Number of child server processes created at startup | 5 |
APACHE_MIN_SPARE_SERVERS | Minimum number of idle child server processes | 5 |
APACHE_MAX_SPARE_SERVERS | Maximum number of idle child server processes | 10 |
APACHE_MAX_REQUEST_WORKERS | Maximum number of connections that will be processed simultaneously | 150 |
APACHE_MAX_CONNECTIONS_PER_CHILD | Max connections a child server will handle during its life | 0 |
APACHE_SERVER_LIMIT | Upper limit on configurable number of processes | 256 |
docker pull neomediatech/php