Recently, the following bug was found in php / php-fpm: https://bugs.php.net/bug.php?id=67060 (PHP CVE 2014-0185) This affects the php-fpm.conf: To avoid privilege escalation, php-fpm now creates sockets with more restricted permissions. The downside: You have to specify the webserver to be the owner of the socket for the pool. listen.owner = <socket unix owner> listen.group = <socket unix group> If the sockets cannot be accessed by the webserver due to insufficient privileges, you have a Bad Gateway. I would like to see this be part of the /usr/ports/UPDATING notice.
what port does this belong to? searching freshports for "php-fpm" doesn't yield results.
I think php-fpm is part of the lang/php5 port, which is currently PHP version 5.4.x (In reply to John Marino from comment #1) > what port does this belong to? > > searching freshports for "php-fpm" doesn't yield results.
over to php5 maintainer.
Close this very old ticket. The php-fpm configuration was overhauled in the last 2 years multiple times. And the port lang/php5 does no longer exists. As far as i can see the problem has vanished :)