![]() |
nginx + PHP5-FPM: eventual 500 errors for single site
Hi,
I've just setup my nginx <--socket--> php5-fpm web server. It's working pretty well except for one problem: on one of my php sites, when I browse around to different pages, I eventually get a 500 error. And once it shows up, I'll get 500 errors for the rest of the site until I restart php5-fpm. But *not* on other php sites being hosted on the same server! I have several Wordpress installations using the same php socket, and they work fine even after the 500 errors show up on this certain site. What could possibly be the problem? I've looked in all the logs I could find, but they don't show what's causing the problem. (e.g., the php5-fpm log just says that it is running and ready to accept connections; the nginx log doesn't print anything in the error log--it just prints the GET request in the access log) The problematic site's nginx configuration: Code:
server {My php5-fpm.conf: Code:
[www]My fastcgi_params: Code:
fastcgi_param QUERY_STRING $query_string; |
Which distribution do you use? If it's Debian/Ubuntu, try this: http://www.howtoforge.com/forums/sho...73&postcount=8
|
| All times are GMT +2. The time now is 09:52. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.