You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lighttpd2/doc/lighttpd2.1

53 lines
1.5 KiB
Groff

.TH lighttpd2 "1" "2009-12-26" "" ""
.
.SH NAME
lighttpd \- a fast, secure and flexible web server
.
.SH SYNOPSIS
\fBlighttpd2\fP [\fB\-ltvh\fP] \fB\-c\fP \fIconfigfile\fP [\fB\-m\fP \fImoduledir\fP]
.
.SH DESCRIPTION
\fBlighttpd\fP (pronounced 'lighty') is an advanced HTTP daemon that aims
to be secure, fast, compliant and very flexible. It has been optimized for
high performance. Its feature set includes, but is not limited to, FastCGI,
CGI, basic and digest HTTP authentication, output compression, URL rewriting.
.PP
This manual page only lists the command line arguments. For details
on how to configure \fBlighttpd\fP and its modules see the online documentation:
http://redmine.lighttpd.net/wiki/lighttpd-sandbox
.
.SH OPTIONS
The following options are supported:
.TP 8
\fB\-c, --config\ \fP \fIconfigfile\fP
Load configuration file \fIconfigfile\fP.
.TP 8
\fB\-l, --lua\fP
Interpret the configuration file as lua script.
.TP 8
\fB\-m, --module-dir\ \fP \fImoduledir\fP
Use
\fImoduledir\fP
as the directory that contains modules, instead of the default.
.TP 8
\fB\-t, --test\fP
Test the configuration file for errors and exit.
.TP 8
\fB\-v, --version\fP
Show version and exit.
.TP 8
\fB\-h, --help, -?\fP
Show a brief help message and exit.
.
.SH SEE ALSO
Online Documentation: http://redmine.lighttpd.net/wiki/lighttpd-sandbox
.PP
spawn-fcgi(1), lighttpd2-angel(8)
.
.SH AUTHOR
Jan Kneschke <jan@kneschke.de>
.PP
Stefan Buehler <stbuehler@web.de>
.PP
Thomas Porzelt <tp@cryosphere.de>