summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 723a36b869a4a7934a0c0f4871b7b1aff4f6bc71 (plain)
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-mime-xattr
Section: web
Priority: optional
Maintainer: Sebastien ESTIENNE <sebastien.estienne@gmail.com>
Build-Depends: debhelper (>= 5.0.0), autotools-dev, apache2-prefork-dev | apache2-threaded-dev, lynx, libattr1-dev
Standards-Version: 3.6.2

Package: libapache2-mod-mime-xattr
Architecture: any
Depends: ${shlibs:Depends}, apache2-common
Description: Apache2 module for storing a file's MIME type in an extended attribute
 mod_mime_xattr is a module for the Apache HTTPD 2.0 which may be used
 to set a range of MIME properties of files served from a document tree
 with extended attributes (EAs) as supported by the underlying file
 system. The current version of mod_mime_xattr has support for Linux
 style EAs which are supported by Linux 2.4 with the ACL/EA patches
 applied and vanilla Linux 2.6. The following attributes may be used:
    * user.mime_type: set the MIME type of a file explicitly. This
    attribute is compatible with the shared MIME database
    specification as published by freedesktop.org
    * user.charset: set the charset used in a file
    * user.mime_encoding: set the MIME encoding of a file (e.g. gzip)
    * user.apache_handler: set the apache handler of a file explicitly