Guest Posted January 27, 2012 Share Posted January 27, 2012 I recently started using fastcgi and lately I have been getting heavy usage and my logs show lots of fastcgis but the log doesnt say which script or page it is on how do I figure out where these timeouts are happening? Heres a example error in the logs FastCGI: comm with (dynamic) server "php5.fcgi" aborted: (first read) idle timeout (30 sec) Link to comment https://forums.phpfreaks.com/topic/255893-fastcgi-and-timeouts/ Share on other sites More sharing options...
trq Posted January 28, 2012 Share Posted January 28, 2012 Is there a particular reason your using fastcgi over mod_php? mod_php is far superior performance wise. Link to comment https://forums.phpfreaks.com/topic/255893-fastcgi-and-timeouts/#findComment-1311878 Share on other sites More sharing options...
Guest Posted January 28, 2012 Share Posted January 28, 2012 Nope no good reason I though fastcri was the fastest route to go. Link to comment https://forums.phpfreaks.com/topic/255893-fastcgi-and-timeouts/#findComment-1311962 Share on other sites More sharing options...
trq Posted January 28, 2012 Share Posted January 28, 2012 mod_php is the fastest route as it is built into Apache and started when the server starts. All of the cgi's are started upon each request. Link to comment https://forums.phpfreaks.com/topic/255893-fastcgi-and-timeouts/#findComment-1312061 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.