File: control

package info (click to toggle)
dhttpd 1.02a-16
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 208 kB
  • ctags: 65
  • sloc: cpp: 743; makefile: 65; sh: 29
file content (25 lines) | stat: -rw-r--r-- 831 bytes parent folder | download | duplicates (2)
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: dhttpd
Section: web
Priority: optional
Maintainer: Ola Lundqvist <opal@debian.org>
Standards-Version: 3.7.2
Build-Depends: debhelper (>> 4.0)

Package: dhttpd
Architecture: any
Depends: ${shlibs:Depends}
Provides: httpd
Description: minimal secure webserver without cgi-bin support
 Dhttpd just serve static pages. The only add-ons are an optional directory
 listing feature, and the ability to lookup hosts for logging purposes.
 For production website, something like thttpd would be a better bet.
 .
 Doesn't run external programs (no cgi-bin support), so 
 this webserver cannot be easily hacked:
   * Does not need a permanent IP Address.
   * Memory efficient.
   * Low profile.
   * Quick.
   * Just transfers files.
   * Can be run from a user account on high ports.
   * No configuration necessary. It just works.