Request-URI Too Large settings help

rkmr.em at gmail.com rkmr.em at gmail.com
Wed Apr 16 03:30:04 MSD 2008


On Tue, Apr 15, 2008 at 3:01 PM, Maxim Dounin <mdounin at mdounin.ru> wrote:
> Hello!
>  On Tue, Apr 15, 2008 at 02:32:58PM -0700, rkmr.em at gmail.com wrote:
> > Request-URI Too Large
> > The requested URL's length exceeds the capacity limit for this server.
> >
> > request failed: URI too long
> >
> > even with these settings..
> >
> >   client_header_buffer_size   8k;
> >   large_client_header_buffers  4  8k;
> >   fastcgi_buffers      32 4k;
> >   fastcgi_buffer_size  4k;
> >
> > this is the URL that is getting failed.. please help!
> >
> >
>  [...skipped awfull really long uri, which probably will be just thrown away
> by some servers and truncated by others...]
>
>  Have you tried using POST method instead?  Looks like RFC 2616 mentions
> your case explicitly:

it is POST method only.. not GET...





More information about the nginx mailing list