File: dhttpd.1

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 (29 lines) | stat: -rw-r--r-- 968 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
26
27
28
29
.TH DHTTPD 1
.SH NAME
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
.B http://servername/
The default location to serve files from it /var/www/. You will need an
index.html if you want to be able to use exactly that location. If not you
have to enter the file name too.
.SH AUTHOR
This manual page was written by Christoph Lameter <clameter@debian.org>,
for the Debian GNU/Linux system.