public
Description: Upload progress module for apache
Homepage: http://drogomir.com/blog/2008/6/18/upload-progress-bar-with-mod_passenger-and-apache
Clone URL: git://github.com/drogus/apache-upload-progress-module.git
Click here to lend your support to: apache-upload-progress-module and make a donation at www.pledgie.com !
updated README
drogus (author)
Wed Jul 02 09:57:53 -0700 2008
commit  6b3628197a4f5266d7a157a330ee68eb669ae031
tree    5eab281d752b34b1ac75f9a64c50200ca6ea4c4e
parent  dfb0563a919ae47a09308c8be67014de4ded942f
0
...
1
2
 
 
3
4
5
...
21
22
23
 
 
...
1
2
3
4
5
6
7
...
23
24
25
26
27
0
@@ -1,5 +1,7 @@
0
 Apache upload progress module. Works with mod_passenger (aka mod_rails). It's MIT license.
0
 
0
+more info here: http://drogomir.com/blog/2008/6/18/upload-progress-bar-with-mod_passenger-and-apache
0
+
0
 To install and activate module:
0
 apxs2 -c -i -a mod_upload_progress.c
0
 
0
@@ -21,3 +23,5 @@ Config for vhost:
0
     # enable upload progress reports in /progress
0
     ReportUploads On
0
 </Location>
0
+
0
+

Comments

    No one has commented yet.