File: control

package info (click to toggle)
apache-upload-progress-module 0.2%2Bgit20220203.4467d50-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 176 kB
  • sloc: ansic: 1,394; makefile: 44
file content (23 lines) | stat: -rw-r--r-- 932 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: apache-upload-progress-module
Section: httpd
Priority: optional
Maintainer: Andreas Tille <tille@debian.org>
Build-Depends: debhelper-compat (= 13),
               apache2-dev
Standards-Version: 4.7.0
Homepage: http://github.com/drogus/apache-upload-progress-module/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/apache-upload-progress-module.git
Vcs-Browser: https://salsa.debian.org/debian/apache-upload-progress-module

Package: libapache2-mod-upload-progress
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: upload progress support for the Apache web server
 mod_upload_progress enables monitoring the 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 other
 webservers.