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
|
Source: lighttpd
Section: web
Priority: optional
Maintainer: Debian lighttpd maintainers <pkg-lighttpd-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>, Torsten Marek <shlomme@debian.org>
Build-Depends: debhelper (>= 5.0.0), cdbs, mime-support, libssl-dev, zlib1g-dev, libbz2-dev, libpcre3-dev, libmysqlclient15-dev, libldap2-dev, libfcgi-dev, libgdbm-dev, libmemcache-dev, liblua5.1-0-dev, dpatch, patchutils, pkg-config
Standards-Version: 3.7.2
Package: lighttpd
Architecture: any
Depends: ${shlibs:Depends}, lsb-base (>= 3.0-3), mime-support
Provides: httpd, httpd-cgi
Suggests: openssl, rrdtool, apache2-utils
Recommends: php4-cgi | php5-cgi
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.
.
Homepage: http://www.lighttpd.net
Package: lighttpd-doc
Architecture: all
Section: doc
Suggests: lighttpd
Description: Documentation for lighttpd
This package contains all documentation files for lighttpd.
.
Homepage: http://www.lighttpd.net
Package: lighttpd-mod-mysql-vhost
Architecture: any
Depends: lighttpd (= ${Source-Version}), ${shlibs: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.
.
Homepage: http://www.lighttpd.net
Package: lighttpd-mod-trigger-b4-dl
Architecture: any
Depends: lighttpd (= ${Source-Version}), ${shlibs: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.
.
Homepage: http://www.lighttpd.net
Package: lighttpd-mod-cml
Architecture: any
Depends: lighttpd (= ${Source-Version}), ${shlibs: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.
.
Homepage: http://www.lighttpd.net
Package: lighttpd-mod-magnet
Architecture: any
Depends: lighttpd (= ${Source-Version}), ${shlibs:Depends}
Recommends: memcached
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
.
Homepage: http://www.lighttpd.net
|