geerlingguy / ansible-role-php

Ansible Role - PHP
https://galaxy.ansible.com/geerlingguy/php/
MIT License
496 stars 441 forks source link

explicitly add listen.owner and listen.group options to www.conf #309

Closed b0ric closed 3 years ago

b0ric commented 4 years ago

Fixes the bug reported by me in the comment to this issue

Ubuntu 20.04.1 provides default fpm/pool.d/www.conf for PHP 7.4.

Thus, "Ensure the default pool exists" task in tasks/configure-fpm.yml does not create the file with correct listen.owner and listen.group. Both have to be specified in the "Configure php-fpm pool (if enabled)" task.

stale[bot] commented 4 years ago

This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark pull requests as stale.

stale[bot] commented 3 years ago

This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request or file a new PR with the relevant details.