Source: thttpd
Section: web
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 5), dpatch, autotools-dev
Standards-Version: 3.7.2

Package: thttpd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, logrotate
Provides: httpd, httpd-cgi
Suggests: thttpd-util
Description: tiny/turbo/throttling HTTP server
 thttpd is a small, fast secure webserver. It features CGI support,
 URL-traffic-based throttling and basic authentication. thttpd has a very small
 memory footprint as it only forks itself in order to execute CGI scripts. It is
 designed to be as fast as fully featured web-servers and it performs extremely
 well under high load.
 .
  Homepage: <http://www.acme.com/software/thttpd/>
 .
 This package contains the thttpd server. For thttpd support programs see the
 thttpd-util package.

Package: thttpd-util
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: thttpd
Replaces: thttpd (<= 2.21b-6)
Conflicts: thttpd (<= 2.21b-6)
Description: tiny/turbo/throttling HTTP server (utilities)
 This package contains various support utilities for thttpd web-server:
 .
  * ssi - Provides server-side-includes functionality for thttpd via an external
    CGI script
  * redirect - Simple redirection CGI program
  * thtpasswd - manipulate HTTP-server password files
  * makeweb - Create user web directories
  * syslogtocern - Convert thttpd syslog entries into CERN common log format
