1LIGHTTPD(8)                                                        LIGHTTPD(8)
2
3
4

NAME

6       lighttpd - a fast, secure and flexible web server
7

SYNOPSIS

9       lighttpd [-ptDvVh] -f configfile [-m moduledir]
10

DESCRIPTION

12       lighttpd  (pronounced 'lighty') is an advanced HTTP daemon that aims to
13       be secure, fast, compliant and very flexible.  It  has  been  optimized
14       for high performance.  Its feature set includes, but is not limited to,
15       FastCGI, CGI, basic and digest HTTP authentication, output compression,
16       URL rewriting.
17
18       This manual page only lists the command line arguments.  For details on
19       how to configure lighttpd and its modules see the  files  in  the  doc-
20       directory.
21

OPTIONS

23       The following options are supported:
24
25       -f  configfile
26               Load configuration file configfile.
27
28       -m  moduledir
29               Use  moduledir  as the directory that contains modules, instead
30               of the default.
31
32       -p      Print the parsed configuration file in its  internal  form  and
33               exit.
34
35       -t      Test the configuration file for syntax errors and exit.
36
37       -tt     Test  the  configuration  file for syntax errors, load and ini‐
38               tialize modules, and exit.
39
40       -D      Do not daemonize (go into background). The default is to daemo‐
41               nize.
42
43       -i  secs
44               Trigger daemon graceful shutdown after secs of inactivity.
45
46       -1      Process single (one) request on stdin socket, then exit.
47
48       -v      Show version and exit.
49
50       -V      Show compile-time features and exit.
51
52       -h      Show a brief help message and exit.
53

FILES

55       /etc/lighttpd/lighttpd.conf
56               The standard location for the configuration file.
57
58       /var/run/lighttpd.pid
59               The  standard  location  for  the  PID  of the running lighttpd
60               process.
61

SEE ALSO

63       Online                   Documentation:                    https://red
64       mine.lighttpd.net/projects/lighttpd/wiki/
65
66       spawn-fcgi(1)
67
68       Hypertext Transfer Protocol -- HTTP/1.1, RFC 2616.
69
70       HTTP Authentication: Basic and Digest Access Authentication, RFC 2617.
71
72       The Common Gateway Interface Version 1.1, RFC 3875.
73
74       The FastCGI specification.
75

AUTHOR

77       Jan Kneschke <jan@kneschke.de>
78
79
80
81                                  2009-03-07                       LIGHTTPD(8)
Impressum