File: control

package info (click to toggle)
libapache2-mod-xsendfile 0.12-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 104 kB
  • ctags: 30
  • sloc: ansic: 457; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 1,069 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
24
Source: libapache2-mod-xsendfile
Priority: extra
Maintainer: Marco Nenciarini <mnencia@debian.org>
Build-Depends: debhelper (>= 7.0.50~), apache2-dev (>= 2.4)
Standards-Version: 3.9.4
Section: web
Vcs-Git: git://anonscm.debian.org/collab-maint/libapache2-mod-xsendfile.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libapache2-mod-xsendfile.git
Homepage: http://tn123.org/mod_xsendfile/

Package: libapache2-mod-xsendfile
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Serve large static files efficiently from web applications
 This package provides the xsendfile module for the Apache 2 webserver.
 xsendfile is a small Apache2 module that processes X-SENDFILE header
 sent by the original output handler.
 .
 If it encounters the presence of such header it will discard all output
 and send the file specified by that header instead using Apache internals
 including all optimizations like caching-headers and sendfile or mmap if
 configured.
 .
 It is useful for processing script-output of e.g. php, perl or any cgi.