summaryrefslogtreecommitdiff
path: root/debian/control
blob: b128424895d8d3ef6508743bbb2e3646d45671f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: mini-httpd
Section: web
Priority: optional
Maintainer: Marvin Stark <marv@der-marv.de>
Uploaders: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 4), dpatch, libssl-dev
Standards-Version: 3.7.2

Package: mini-httpd
Architecture: any
Depends: ${shlibs:Depends}
Provides: httpd, httpd-cgi
Description: a small HTTP server
 mini-httpd implements all basic features of a HTTPD, including: GET,HEAD,POST
 methods, common MIME types, basic authentication, virtual hosting, CGI,
 directory listing, trailing-slash redirection, standard logging, custom error
 pages etc. It also can be configured to do SSL and IPv6.
 .
  Homepage: <http://www.acme.com/software/mini_httpd>