Package: php7.4-fpm Version: 7.4.15-1 Severity: serious fpm fails to start due usage of "listen.acl_groups" or/and "listen.acl_users" ACL feature, available since php 5.6
So then it needs to be compiled with --with-fpm-acl (depends on libacl1-dev) for listen.acl_users directive to work. My relatives try to use the acl feature under php fpm debian after failing. try to use the most recents sury repos and it is the same problem.. https://github.com/oerdnj/deb.sury.org/issues/948 But it is very interesting to note that inclusivelly when the intention on github issue is well explained by users.. i hope this time will not be an "works for me its upstream fault" response like in github! here is the log when the issue is well appreciated: Feb 11 19:21:21 isomaker systemd[1]: Starting The PHP 7.4 FastCGI Process Manager... Feb 11 19:21:21 isomaker php-fpm7.4[30704]: [11-Feb-2021 19:21:21] ERROR: [/etc/php/7.4/fpm/pool.d/www.conf:55] unknown entry 'listen.acl_groups' Feb 11 19:21:21 isomaker php-fpm7.4[30704]: [11-Feb-2021 19:21:21] ERROR: Unable to include /etc/php/7.4/fpm/pool.d/www.conf from /etc/php/7.4/fpm/php-fpm.conf at line 55 Feb 11 19:21:21 isomaker php-fpm7.4[30704]: [11-Feb-2021 19:21:21] ERROR: failed to load configuration file '/etc/php/7.4/fpm/php-fpm.conf' Feb 11 19:21:21 isomaker php-fpm7.4[30704]: [11-Feb-2021 19:21:21] ERROR: FPM initialization failed Feb 11 19:21:21 isomaker systemd[1]: php7.4-fpm.service: Main process exited, code=exited, status=78/CONFIG Feb 11 19:21:21 isomaker systemd[1]: php7.4-fpm.service: Failed with result 'exit-code'. Feb 11 19:21:21 isomaker systemd[1]: Failed to start The PHP 7.4 FastCGI Process Manager. Feb 11 19:21:51 isomaker systemd[1]: Starting The PHP 7.4 FastCGI Process Manager... Feb 11 19:21:51 isomaker systemd[1]: Started The PHP 7.4 FastCGI Process Manager.