Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 347920

Summary: www-servers/nginx-0.8.53: add support for the HTTP Upload module
Product: Gentoo Linux Reporter: alexbr <alex>
Component: New packagesAssignee: Benedikt Böhm (RETIRED) <hollow>
Status: RESOLVED FIXED    
Severity: enhancement CC: dev-zero
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Nginx HTTP Upload module ebuild

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