New issue by LeamHall on void-packages repository https://github.com/void-linux/void-packages/issues/31422 Description: When the apache2 package uses the "_apache" user. ### Expected behavior Package uses/creates needed user and group. ### Actual behavior php-fpm fails to start because it cannot find the user and group "http". ``` ERROR: [pool www] cannot get uid for user 'http' ERROR: FPM initialization failed ERROR: [pool www] cannot get gid for group 'http' ERROR: FPM initialization failed ``` ### Steps to reproduce the behavior Install and run php-fpm. Check the error logs.