The page you are looking for is temporarily unavailable. Please try again later. after php5-fpm update
If you are getting "The page you are looking for is temporarily unavailable. Please try again later." while browsing your website after updating server update,mainly PHP5-FPM update.
Here is the solution.
I had the same error after updating my server and found the above error.
What solved the issue was uncomment the following lines in /etc/php5/fpm/pool.d/www.conf and restart php5-fpm
Here is the solution.
I had the same error after updating my server and found the above error.
What solved the issue was uncomment the following lines in /etc/php5/fpm/pool.d/www.conf and restart php5-fpm
listen.owner = www-data
listen.group = www-data
listen.mode = 0660
Hope this will help.
Comments
Post a Comment