Source: mod-mime-xattr Section: web Priority: optional Maintainer: Sebastien ESTIENNE 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