File: control

package info (click to toggle)
micro-httpd 20051212-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 56 kB
  • ctags: 19
  • sloc: ansic: 231; makefile: 60; sh: 13
file content (26 lines) | stat: -rw-r--r-- 816 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
26
Source: micro-httpd
Section: web
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 4), dpatch
Standards-Version: 3.7.2

Package: micro-httpd
Section: web
Architecture: any
Depends: ${shlibs:Depends}
Suggests: micro-inetd, micro-proxy
Provides: httpd
Description: really small HTTP server
 micro_httpd is 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.