|
|
@@ -23,7 +23,8 @@ http://blog.lighttpd.net/articles/2006/08/01/mod_uploadprogress-is-back
|
|
23
|
23
|
|
|
24
|
24
|
|
|
25
|
25
|
WARNINGS:
|
|
26
|
|
- * this software has never been tested under load. It only passed a few lab tests.
|
|
|
26
|
+ * this software has never been tested under load. It only passed a few stress lab tests (like
|
|
|
27
|
+20 or so parallels upload and many progress probes).
|
|
27
|
28
|
* it is not intended to be deployed on *production systems*.
|
|
28
|
29
|
* when compiled with --with-debug, this module will produce high number of log messages.
|
|
29
|
30
|
|
|
|
@@ -79,8 +80,8 @@ track_uploads
|
|
79
|
80
|
unique identifier used to get progress information. If the POST has no such information, the upload will not be tracked.
|
|
80
|
81
|
The tracked connections are kept at most <timeout> seconds after they have been finished to be able to serve
|
|
81
|
82
|
unseful information to upload progress probes.
|
|
82
|
|
- Warning: this directive must be the last directive of the location. It must be in a proxy_pass or fastcgi_pass
|
|
83
|
|
- location.
|
|
|
83
|
+ WARNING: this directive must be the last directive of the location. It must be in a proxy_pass or
|
|
|
84
|
+ fastcgi_pass location.
|
|
84
|
85
|
|
|
85
|
86
|
report_uploads
|
|
86
|
87
|
++++++++++++++
|