How do I configure file upload buffering in Apache? -


I'm uploading Apache with too large (gigabyte) files to an application server with a proxy.

I want to streamline them (1) in the process of using less memory and (2) prevent the deadline from the AWS load balancer because I process the upload.

It seems that Apache has enough amount of buffering when I upload. If it is too much, then I can not fulfill these objectives.

What determines the amount of upload buffering, and how can I configure it?


Note: To be clear, I'm asking about Apache, PHP not


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -