evodocker/php/pool.d-defaults.php80.conf
David Prevot f62761e749 php: Add Dockerfile for Bullseye with PHP 8.0
Note: use of /etc/apt/keyrings/ to store the key as currently advised.
4a012436ce
2022-04-25 16:09:19 +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