Closed jbasko closed 11 years ago
Thanks, it helped to deploy php-fpm on AWS, but there still problem with default pool file, it set to use apache user/group:
ERROR: FPM initialization failed
ERROR: [pool www] cannot get uid for user 'apache'
i.e. to deploy with nginx, for example, pool file must be modified /etc/php-fpm.d/www.conf
accordingly, otherwise service won't start.
Hi, i tried to make your recipe work on Amazon Linux instance and it failed because there's no php5-cgi or php5-fpm package. Looks like php-fpm package is sufficient.