evodocker/php/pool.d-defaults.php80.conf
David Prevot 46519316e8 Add PHP 8.0 Dockerfile for Bullseye
Note: use of /etc/apt/keyrings/ to store the key as currently advised.
4a012436ce
2022-04-19 10:23:26 +02:00

15 lines
216 B
Plaintext

[global]
daemonize = no
[www]
listen = 9000
user = www-data
group = www-data
pm = ondemand
pm.max_children = 100
pm.process_idle_timeout = 10s
access.log = /proc/self/fd/2
clear_env = no
catch_workers_output = yes