114 fastcgi: the request record is too big

Jure Pečar pegasus at nerv.eu.org
Tue Aug 28 19:31:44 MSD 2007


On Tue, 28 Aug 2007 18:50:10 +0400
Igor Sysoev <is at rambler-co.ru> wrote:

> On Tue, Aug 28, 2007 at 04:15:16PM +0200, Jure Pe??ar wrote:
> 
> > I'm getting this error when playing with a database with some large
> > tables over phpmyadmin on nginx/fastcgi/php-fpm setup. I'm puzzled
> > because even google does not find anything meaningful about it.
> > 
> > Do I need to increase some nginx or fastcgi setting?
> 
> No, currently the limit is hardcoded in nginx.
> FastCGI limits one record to 65535 and nginx tries to send whole FastCGI
> request without request body in single recored.
> Typical FastCGI request is about 1K. 64K means that request has too big
> cookies.

So this means I have to 
a) experiment with larger values in nginx source (can you point me to the
correct file)
b) go back to apache+mod_php
c) ... ?


-- 

Jure Pečar
http://jure.pecar.org/





More information about the nginx mailing list