Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 347920 - www-servers/nginx-0.8.53: add support for the HTTP Upload module
Summary: www-servers/nginx-0.8.53: add support for the HTTP Upload module
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Benedikt Böhm (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-06 16:50 UTC by alexbr
Modified: 2011-04-08 08:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Nginx HTTP Upload module ebuild (nginx-0.8.53.ebuild,10.39 KB, text/plain)
2010-12-06 16:51 UTC, alexbr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alexbr 2010-12-06 16:50:27 UTC
The HTTP Upload module allows for file uploads to be parsed and saved to a temporary location by nginx. This is especially useful for RoR/Django apps, where the actual MIME parsing is done after the file is written to disk and hence is extremely slow, especially for larger files.

Reproducible: Always

Steps to Reproduce:
Copy ebuild, emerge with nginx_http_upload_module in USE and have fun!
Comment 1 alexbr 2010-12-06 16:51:15 UTC
Created attachment 256511 [details]
Nginx HTTP Upload module ebuild
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2010-12-07 01:39:56 UTC
(In reply to comment #1)
> Created an attachment (id=256511) [details]
> Nginx HTTP Upload module ebuild

Please attach a diff to the current ebuild so the changes are obvious (next time).
Comment 3 Benedikt Böhm (RETIRED) gentoo-dev 2011-04-08 08:32:43 UTC
the module has been added to the new 0.9.7 ebuild