Tagged: PHP

Running php-fpm with different user group using umask 7

Running php-fpm with different user group using umask

Updated August 2026: Running php-fpm pools under dedicated users/umask is still best practice. The same idea applies to PHP 8.x pools (including 8.3–8.5): one pool per site, correct listen.owner/listen.group, and a real umask in the...