mod_upload_progress for Debian ============================== The following configuration snippet (to be added in a section) tracks upload made to "/upload.html", with progress data available on "/progress": # enable tracking uploads in /upload.html TrackUploads On # enable upload progress reports in /progress ReportUploads On This configuration should be enough to test upload progress, once `/usr/share/doc/libapache2-mod-upload-progress/examples/upload.html` is available at "/upload.html" (for example by copying it to `/var/www`). This example web page mostly borrows from the code snippets available at: * http://wiki.nginx.org/NginxHttpUploadProgressModule * http://blog.lighttpd.net/articles/2006/08/01/mod_uploadprogress-is-back