Welcome! Log In Create A New Profile

Advanced

Re: nginx: [emerg] unknown directive "upload_pass" after dist-upgrade from Ubuntu 12.04 LTS to 14.04 LTS

Ben Johnson
December 13, 2014 07:00PM
On 8/22/2014 7:12 PM, Valentin V. Bartenev wrote:
> On Friday 22 August 2014 17:54:22 Ben Johnson wrote:
> [..]
>>
>> Thank you kindly, Valentin. That explains it!
>>
>> Well, that's a real disappointment. Is it no longer possible for nginx
>> to handle uploads in a similar manner? This was one of my favorite
>> features of nginx: the ability to offload large file uploads from PHP
>> onto nginx.
>>
> [..]
>
> Could you elaborate a bit what's the ability you're speaking about?
>
> By default, nginx is good enough in offloading large file uploads.
>
> For example:
>
> location /upload {
> fastcgi_pass backend;
>
> fastcgi_pass_request_body off;
> fastcgi_param UPLOADED_FILENAME $request_body_file;
>
> client_body_in_file_only on;
> }
>
> With the configuration above nginx only passes the name of the
> uploaded file.
>
> Reference:
> http://nginx.org/r/fastcgi_pass_request_body
> http://nginx.org/r/client_body_in_file_only
> http://nginx.org/en/docs/http/ngx_http_core_module.html#var_request_body_file
>
> wbr, Valentin V. Bartenev
>
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>

Hello,

I apologize for the 4-month delay in responding. :)

In particular, I need to have the ability to track upload progress in a
manner that is conducive to displaying the percentage complete via
progress bar.

Is this still possible, absent the defunct module at
http://wiki.nginx.org/HttpUploadProgressModule ?

Thank you!

-Ben

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

nginx: [emerg] unknown directive "upload_pass" after dist-upgrade from Ubuntu 12.04 LTS to 14.04 LTS

Ben Johnson August 21, 2014 09:04PM

Re: nginx: [emerg] unknown directive "upload_pass" after dist-upgrade from Ubuntu 12.04 LTS to 14.04 LTS

Ben Johnson August 21, 2014 10:36PM

Re: nginx: [emerg] unknown directive "upload_pass" after dist-upgrade from Ubuntu 12.04 LTS to 14.04 LTS

Valentin V. Bartenev August 22, 2014 03:08AM

Re: nginx: [emerg] unknown directive "upload_pass" after dist-upgrade from Ubuntu 12.04 LTS to 14.04 LTS

Ben Johnson August 22, 2014 05:56PM

Re: nginx: [emerg] unknown directive "upload_pass" after dist-upgrade from Ubuntu 12.04 LTS to 14.04 LTS

Valentin V. Bartenev August 22, 2014 07:14PM

Re: nginx: [emerg] unknown directive "upload_pass" after dist-upgrade from Ubuntu 12.04 LTS to 14.04 LTS

Ben Johnson December 13, 2014 07:00PM

Re: nginx: [emerg] unknown directive "upload_pass" after dist-upgrade from Ubuntu 12.04 LTS to 14.04 LTS

Valentin V. Bartenev December 13, 2014 07:12PM

Re: nginx: [emerg] unknown directive "upload_pass" after dist-upgrade from Ubuntu 12.04 LTS to 14.04 LTS

Ben Johnson December 15, 2014 07:04PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 279
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