1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
Source: lighttpd
Section: web
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian lighttpd maintainers <pkg-lighttpd-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
Torsten Marek <shlomme@debian.org>, Franz Pletz <fpletz@franz-pletz.org>,
Pierre Habouzit <madcoder@debian.org>
Homepage: http://www.lighttpd.net
Build-Depends: debhelper (>= 7.0.50), mime-support, libssl-dev,
zlib1g-dev, libbz2-dev, libattr1-dev, libpcre3-dev, libmysqlclient-dev,
libgamin-dev, libldap2-dev, libfcgi-dev, libgdbm-dev, libmemcache-dev,
liblua5.1-0-dev, pkg-config, uuid-dev, libsqlite3-dev,
libxml2-dev, libkrb5-dev, perl, quilt, automake, libtool
XS-Vcs-Svn: svn://svn.debian.org/pkg-lighttpd/lighttpd/trunk
Standards-Version: 3.8.3
Package: lighttpd
Homepage: http://www.lighttpd.net
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.2-14), mime-support, libterm-readline-perl-perl
Provides: httpd, httpd-cgi
Suggests: openssl, rrdtool, apache2-utils, ufw
Recommends: spawn-fcgi
Conflicts: cherokee (<= 0.6.1-1)
Description: A fast webserver with minimal memory footprint
lighttpd is a small webserver and fast webserver developed with
security in mind and a lot of features.
It has support for
* CGI, FastCGI and SSI
* virtual hosts
* URL rewriting
* authentication (plain files, htpasswd, ldap)
* transparent content compression
* conditional configuration
and configuration is straight-forward and easy.
Package: lighttpd-doc
Homepage: http://www.lighttpd.net
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: lighttpd
Description: Documentation for lighttpd
This package contains all documentation files for lighttpd.
Package: lighttpd-mod-mysql-vhost
Homepage: http://www.lighttpd.net
Architecture: any
Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: MySQL-based virtual host configuration for lighttpd
This package contains the myqsl_vhost module for lighttpd. With
this module, it is possible to write the configuration for virtual
hosts into a MySQL table instead of including it in the lighttpd
configuration file.
Package: lighttpd-mod-trigger-b4-dl
Homepage: http://www.lighttpd.net
Architecture: any
Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Replaces: lighttpd (<< 1.4.10-5)
Recommends: memcached
Description: Anti-deep-linking module for lighttpd
The trigger-b4-dl module for lighttpd can prevent deep linking
from other sites by requiring users to visit a trigger URL to
be able to download certain files.
Package: lighttpd-mod-cml
Homepage: http://www.lighttpd.net
Architecture: any
Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Recommends: memcached
Description: Cache meta language module for lighttpd
With the cache meta language, it is possible to describe to the
dependencies of a cached file to its source files/scripts. For the
cache files, the scripting language LUA is used.
.
THIS MODULE IS OBSOLETED AND WILL BE REMOVED IN LIGHTTPD 1.5.
USE mod_magnet INSTEAD.
Package: lighttpd-mod-magnet
Homepage: http://www.lighttpd.net
Architecture: any
Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Control the request handling module for lighttpd
mod_magnet can attract a request in several stages in the request-handling.
either at the same level as mod_rewrite, before any parsing of the URL is done
or at a later stage, when the doc-root is known and the physical-path is
already setup
Package: lighttpd-mod-webdav
Homepage: http://www.lighttpd.net
Architecture: any
Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: WebDAV module for lighttpd
The WebDAV module is a very minimalistic implementation of RFC 2518.
Minimalistic means that not all operations are implemented yet.
.
Currently supports:
GET
POST
HEAD
PROPFIND
OPTIONS
MKCOL
DELETE
PUT
Package: lighttpd-dev
Architecture: any
Suggests: lighttpd
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Development files for lighttpd
This package contains the development header-files for lighttpd.
|