In the new AWS Linux HVM window, I ran the following commands:
sudo yum update sudo yum install git nginx php-fpm
Then I tried sudo service start php-fpm , but I got the following error:
Starting php-fpm: [10-Sep-2014 20:52:39] ERROR: [pool www] cannot get uid for user 'apache' [10-Sep-2014 20:52:39] ERROR: FPM initialization failed
Where am I mistaken, and when I run as root, where does the apache user come from ?!
source share