Running PHP securely under apache
The equipel Pool Definition File
This is the actual, full, pool configuration file from my server /etc/php/7.0/fpm/pool.d/equipel.co.uk.conf
; See /etc/php/7.0/fpm/pool.d/www.conf for full comments
; Pool name
[equipel.co.uk]
; settings specific to this pool’s user
user = equipel
group = equipel
listen = /run/php/php7.0-fpm.equipel.co.uk.sock
listen.owner = www-data
listen.group = www-data
listen.mode = 0660
;paramters for the this pool
pm = dynamic
pm.max_children = 3
pm.start_servers = 1
pm.min_spare_servers = 1
pm.max_spare_servers = 2