On Thu, Oct 7, 2010 at 8:07 AM, Julien Cigar <jcigar@xxxxxxxxx> wrote: > I'm happy with mod_fastcgi in fact, but ~once a month I have to restart > Apache because it doesn't respond to requests anymore (I get a "The > connection was reset" in my browser) ... and I suspect that mod_fastcgi > *could* be the cause of this (or mod_passenger) A common cause of that with PHP is the FastCGI module sending requests to PHP as it decides to exit on its ownt; unfortunately I don't see a relevant directive for mod_fastcgi to have it stop sending requests after a certain count; for mod_fcgid it is FcgidMaxRequestsPerProcess; I guess you could make PHP_FCGI_MAX_REQUESTS unlimited or very large. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx