

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
17 messages in ru.sysoev.nginxRe: [ANN] nginx_uploadprogress_module...| From | Sent On | Attachments |
|---|---|---|
| Brice Figureau | Oct 3, 2007 8:49 am | |
| Ezra Zygmuntowicz | Oct 3, 2007 11:57 am | |
| Otto Bretz | Oct 9, 2007 5:33 am | |
| Brice Figureau | Oct 9, 2007 6:46 am | |
| Brice Figureau | Oct 9, 2007 7:06 am | .patch |
| Evan Miller | Oct 9, 2007 10:47 am | |
| Otto Bretz | Oct 10, 2007 2:21 am | |
| Brice Figureau | Oct 10, 2007 6:14 am | |
| Otto Bretz | Oct 11, 2007 4:55 am | .zip |
| Brice Figureau | Oct 11, 2007 5:45 am | |
| Joerg Diekmann | Feb 5, 2008 4:13 am | |
| Brice Figureau | Feb 5, 2008 7:23 am | |
| Joerg Diekmann | Feb 5, 2008 7:54 am | |
| Brice Figureau | Feb 5, 2008 9:04 am | |
| Joerg Diekmann | Feb 6, 2008 4:37 am | |
| Joerg Diekmann | Feb 6, 2008 5:58 am | |
| Brice Figureau | May 6, 2008 2:38 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | Re: [ANN] nginx_uploadprogress_module v0.1 | Actions... |
|---|---|---|
| From: | Ezra Zygmuntowicz (ezmo...@public.gmane.org) | |
| Date: | Oct 3, 2007 11:57:24 am | |
| List: | ru.sysoev.nginx | |
Brice- This is pretty sweet, thanks for sharing! I'll give this some testing and let you know any feedback I have.
Thanks -ezra
On Oct 3, 2007, at 8:49 AM, Brice Figureau wrote:
Hi,
I'm proud to announce the availability of the first version of nginx_uploadprogress_module (v0.1).
This module implements a progress upload ala Lighttpd mod_uploadprogress for nginx. It monitors RFC1867 uploads sent to upstream servers and can serve special JSON response containing information about the upload progress on request.
This module doesn't implement a RFC1867 parser and client code. As such I consider this module as a temporary hack until Igor Sysoev implements a full client body filter chain into Nginx.
This module is delivered as is (no guarantee of any kind) under the BSD license with the following caveats and warnings: * this software has never been tested under load. It only passed a few lab tests. * it is not intended to be deployed on *production systems*. * when compiled with --with-debug, this module will produce high number of log messages.
More information on the wiki page I just created: http://wiki.codemongers.com/NginxHttpUploadProgressModule
The code is available as an attachment of the aforementionned page.
Installation instructions:
nginx_uploadprogress_module has been compiled/tested with Nginx 0.6.1, 0.6.12 and 0.6.13.
1) download the Nginx sources from http://nginx.net/ and unpack it.
2) build Nginx: change to the directory which contains the Nginx sources, and run the configuration script making sure to add the path to the nginx_uploadprogress_module sources using the --add-module option: $ ./configure --add-module=/path/to/nginx_uploadprogress_module/
Now you can build and install the software: $ make
and as root: $ make install
For usage, configuration and examples, please see the wiki page or the README file.
There are still some missing functionnalities, like retaining information about a finished upload for a few seconds to be able to serve to report upload request that the upload has finished...
Anyway enjoy :-)
-- Brice Figureau <brice+ngin...@public.gmane.org>
-- Ezra Zygmuntowicz -- Founder & Ruby Hacker -- ez-NLltGlunAUd/unjJ...@public.gmane.org -- Engine Yard, Serious Rails Hosting -- (866) 518-YARD (9273)








.patch