Welcome! Log In Create A New Profile

Advanced

Re: buffering / uploading large files

B.R.
February 02, 2015 12:48PM
http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size
---
*B. R.*

On Mon, Feb 2, 2015 at 7:35 AM, nginxuser100 <nginx-forum@nginx.us> wrote:

> Thanks Kurt.
>
> The patch compiled and got installed fine. I no longer get an unknown
> directive error msg. However, the client's POST request of 1.5M of data
> still gives me this error "413 Request Entity Too Large"
>
> even though I added "fastcgi_request_buffering off;"
>
> location / {
> include fastcgi_params;
> fastcgi_request_buffering off;
> fastcgi_pass 127.0.0.1:9000;
> }
>
> Here was my test:
> curl -X POST -T testfile -v 'http://localhost:80/'
>
> > POST /testfile HTTP/1.1
> > User-Agent: curl/7.19.7 (i386-redhat-linux-gnu) libcurl/7.19.7
> NSS/3.16.2.3 Basic ECC zlib/1.2.3 libidn/1.18 libssh2/1.4.2
> > Host: localhost
> > Accept: */*
> > Content-Length: 1474560
> > Expect: 100-continue
> >
> < HTTP/1.1 413 Request Entity Too Large
> < Server: nginx/1.7.9
> < Date: Sun, 01 Feb 2015 20:04:25 GMT
> < Content-Type: text/html
> < Content-Length: 198
> < Connection: close
>
> Has anyone tried the fastcgi_request_buffering ... or am I missing
> something? Thanks.
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?2,256378,256390#msg-256390
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

buffering / uploading large files

nginxuser100 January 31, 2015 11:25PM

Re: buffering / uploading large files

Kurt Cancemi February 01, 2015 01:02AM

Re: buffering / uploading large files

nginxuser100 February 01, 2015 04:07AM

Re: buffering / uploading large files

Kurt Cancemi February 01, 2015 12:50PM

Re: buffering / uploading large files

nginxuser100 February 02, 2015 01:35AM

Re: buffering / uploading large files

B.R. February 02, 2015 12:48PM

Re: buffering / uploading large files

nginxuser100 February 03, 2015 01:26AM

Re: buffering / uploading large files

Valentin V. Bartenev February 03, 2015 07:48AM

Re: buffering / uploading large files

nginxuser100 February 10, 2015 11:13PM

Re: buffering / uploading large files

Valentin V. Bartenev February 11, 2015 01:12AM

Re: buffering / uploading large files

nginxuser100 February 11, 2015 03:08PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 223
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready