File: control

package info (click to toggle)
dhttpd 1.02a-18
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 256 kB
  • ctags: 55
  • sloc: cpp: 622; sh: 185; makefile: 43
file content (28 lines) | stat: -rw-r--r-- 937 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
27
28
Source: dhttpd
Section: web
Priority: optional
Maintainer: Ryan Niebur <ryanryan52@gmail.com>
DM-Upload-Allowed: yes
Standards-Version: 3.8.1
Build-Depends: debhelper (>= 7.0.50), quilt
Vcs-Git: git://git.ryan52.info/git/dhttpd
Vcs-Browser: http://git.ryan52.info/?p=dhttpd;a=summary

Package: dhttpd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: httpd
Description: minimal secure webserver without cgi-bin support
 Dhttpd just serve static pages. The only add-ons is 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.