File: control

package info (click to toggle)
apache-upload-progress-module 0.1%2Bgit20100316-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 124 kB
  • ctags: 68
  • sloc: ansic: 658; sh: 27; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 788 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: apache-upload-progress-module
Section: web
Priority: optional
Maintainer: Jérémy Bobbio <lunar@debian.org>
Build-Depends: debhelper (>= 7.0.50~), apache2-prefork-dev | apache2-threaded-dev
Standards-Version: 3.8.4
Homepage: http://github.com/drogus/apache-upload-progress-module/

Package: libapache2-mod-upload-progress
Architecture: any
Depends: apache2.2-common, ${shlibs:Depends}, ${misc:Depends}
Description: upload progress support for the Apache web server
 mod_upload_progress allows to monitor status of HTTP file uploads.
 .
 Website authors can then query the server using Javascript to provide better
 feedback (e.g. progress bar, throughput) while the browser is uploading.
 .
 This module produces output similar to the equivalent modules for Nginx and
 lighttpd.