[Bug 272290] lang/php81: /usr/local/etc/php-fpm.d/www.conf fails to set ownership of /tmp/php-fpm.sock

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 30 Jun 2023 06:59:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272290

            Bug ID: 272290
           Summary: lang/php81: /usr/local/etc/php-fpm.d/www.conf fails to
                    set ownership of /tmp/php-fpm.sock
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: yuri@freebsd.org
          Assignee: bofh@freebsd.org
             Flags: maintainer-feedback?(bofh@freebsd.org)

When /usr/local/etc/php-fpm.d/www.conf has these lines:
> listen = /tmp/php-fpm.sock
> listen.owner = www
> listen.group = www                   
> listen.mode = 0660

/tmp/php-fpm.sock is still created with root:wheel ownership when the service
php-fpm is started.


Reference: https://clpo13.medium.com/apache-and-php-fpm-on-freebsd-a41e832ae8cc

-- 
You are receiving this mail because:
You are the assignee for the bug.