-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathkwakd.1
44 lines (41 loc) · 972 Bytes
/
kwakd.1
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.\" Kwakd man page
.\" groff -man -Tascii kwakd.1
.\"
.TH KWAKD 1 "DECEMBER 2007" Linux "User Manuals"
.SH NAME
kwakd \- web server that only serves blank pages
.SH SYNOPSIS
.B kwakd [options]
.SH DESCRIPTION
.B kwakd
is a very small foot print web server that only serves
blank html pages with content "<html> </html>" regardless
of what the request is (it may even be invalid).
.SH OPTIONS
.TP
\fB-b, --background\fB
Background mode. Kwakd will detach from the console and serve requests
as a background process.
.TP
\fB-H, --headers\fB
Print all client request headers.
.TP
\fB-l, --log\fB
Log all requests to standard output in CLF format.
.TP
\fB-p, --port\fB
Port number to listen for requests. The default is 8000.
.TP
\fB-v, --verbose\fB
Verbose output.
.TP
\fB-q, --quiet\fB
Suppress any output.
.TP
\fB-V, --version\fB
Print version information and exit.
.TP
\fB-h, --help\fB
Display usage information and exit.
.SH SEE ALSO
http://code.google.com/p/kwakd