10 messages in ru.sysoev.nginxfastcgi timeout at big requests
FromSent OnAttachments
Robert GabrielApr 10, 2009 5:03 am 
Maxim DouninApr 10, 2009 5:38 am 
Robert GabrielApr 10, 2009 6:23 am 
Anıl ÇetinApr 10, 2009 7:00 am 
Maxim DouninApr 10, 2009 7:14 am 
Robert GabrielApr 10, 2009 7:15 am 
Anıl ÇetinApr 10, 2009 8:11 am 
Michael ShadleApr 10, 2009 8:53 am 
Robert GabrielApr 10, 2009 11:25 am 
Michael ShadleApr 10, 2009 11:47 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:fastcgi timeout at big requestsActions...
From:Robert Gabriel (lis@ruby-forum.com)
Date:Apr 10, 2009 5:03:46 am
List:ru.sysoev.nginx

I have nginx 0.6.36 with php-fastcgi. Im using SquirrelMail and have a mail that is 25M, no attachement, just a text mail so big. Im trying to read it, but fastcgi ends-up in 2009/04/10 13:55:35 [error] 22626#0: *537 recv() failed (104: Connection reset by peer) while reading response header from upstream, client:

Before the problem was that php didnt have enough memory or max_execution_time was too low. I modified that and set keepalive_timeout to 32, but it just die even like this. Is it possible fastcgi is limited to how big is the request or something.

How could I setup up nginx and/or php to be able to read that mail?

Thanks!