Weird nginx/php-fpm issue
Robert Gabriel
lists at ruby-forum.com
Wed Sep 30 11:20:22 MSD 2009
Hello,
I got a weird issue with the new php 5.2.11 and fpm patch. Until php
5.2.11, I was running php 5.2.10 with fpm patch and nginx 0.8.17 and
worked perfectly. Now I have upgrade to php 5.2.11 and of course added
the fpm patch and now this entry:
location / {
root /srv/www/cms;
index index.php index.html index.htm;
error_page 404 = /index.php;
}
doesn't work anymore. Remember, before with the same setup, but
different version of php it worked without any issue. I didn't change
anything, no php.ini configuration, no nginx configuration nothing,
besides the php and php-fpm upgrade.
Does anyone have an idea on why is this happening?
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list