Php-fpm cannot listen on IPv6 sockets, making it impossible to run in IPv6 only jails. See also: https://bugs.php.net/bug.php?id=55508 Fix: Patch obtained from github and reworked a bit for conflicts in php-fpm.conf.in will add support IPv6. Port provides it through non-default option FPM_IPV6. Buildarchive: <https://redports.org/buildarchive/20140524225300-60945/> (forced FPM_IPV6 build) Result: % sockstat -6l | head -2 USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS www php-fpm 69257 0 tcp6 2a01:7c8:aaae:25e::10:9000 *:* How-To-Repeat: Add [::1]:9000 as listen directive in php-fpm.conf
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool)
Any objections, Alex?