lighttpd 1.4.28-2ubuntu3 source package in Ubuntu

Changelog

lighttpd (1.4.28-2ubuntu3) precise; urgency=low

  * Rebuild for libmysqlclient transition
 -- Clint Byrum <email address hidden>   Wed, 23 Nov 2011 23:54:14 -0800

Upload details

Uploaded by:
Clint Byrum
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lighttpd_1.4.28.orig.tar.gz 789.4 KiB efd7623f43182723b99c51d57a24158e22a207cd90dca35aaf3b2e3bac115712
lighttpd_1.4.28-2ubuntu3.debian.tar.gz 31.3 KiB 670b4a8bb3825f558babeeea507d8497078e0882084ed539e8aaa924cca2e8bc
lighttpd_1.4.28-2ubuntu3.dsc 2.3 KiB 4c3a21e430719738cdff3389da872205b89cc240a262c4ca3688154a9ca7ac22

Available diffs

View changes file

Binary packages built by this source

lighttpd: 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.

lighttpd-dev: Development files for lighttpd

 This package contains the development header-files for lighttpd.

lighttpd-doc: Documentation for lighttpd

 This package contains all documentation files for lighttpd.

lighttpd-mod-cml: 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.

lighttpd-mod-magnet: 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

lighttpd-mod-mysql-vhost: 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.

lighttpd-mod-trigger-b4-dl: 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.

lighttpd-mod-webdav: 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