File: dhttpd.1

package info (click to toggle)
dhttpd 1.02a-7.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 156 kB
  • ctags: 57
  • sloc: cpp: 676; makefile: 61; sh: 28
file content (25 lines) | stat: -rw-r--r-- 768 bytes parent folder | download | duplicates (3)
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
.TH DHTTPD 1
.SH DHTTPD
dhttpd \- Minimal webserver without cgi-bin support.
.SH SYNOPSIS
.B dhttpd
.I "[options]"
.SH "DESCRIPTION"
.B dhttpd
is a program that started out as a small project to write a simple server
that could not be hacked, i.e. one that doesn't allow
cgi scripts, and one that didn't require a permanent IP
address to use properly.  When this server was completed
and it was in working condition, it was  realized that it was memory
efficient, low profile, quick, and served the one need for 
an HTTP daemon: to transmit files.
.SH OPTIONS
.TP
.B \-h
Show summary of options.
.TP
.B \-p portnum
Set the port the web server runs on
.SH AUTHOR
This manual page was written by Christoph Lameter <clameter@debian.org>,
for the Debian GNU/Linux system.