File: control

package info (click to toggle)
micro-httpd 20011214-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 44 kB
  • ctags: 15
  • sloc: ansic: 157; makefile: 59
file content (25 lines) | stat: -rw-r--r-- 840 bytes parent folder | download
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
Source: micro-httpd
Section: web
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@panthera-systems.net>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.1

Package: micro-httpd
Architecture: any
Provides: httpd
Suggests: micro-proxy
Depends: micro-inetd | inetutils-inetd | netkit-inetd | openbsd-inetd | xinetd
Description: really small HTTP server
 A very small Unix-based HTTP server. It runs from inetd, which means its
 performance is poor. But for low-traffic sites, it's quite adequate. It
 implements all the basic features of an HTTP server, including:
 .
   * Security against ".." filename snooping.
   * The common MIME types.
   * Trailing-slash redirection.
   * index.html
   * Directory listings.
 .
 All in 150 lines of code.
 micro-httpd can also be used to serve HTTPS by wrapping it with stunnel.