logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lighttpd - a fast, secure and flexible web server

Author

       Jan Kneschke <jan@kneschke.de>

                                                   2009-03-07                                        LIGHTTPD(8)

Description

lighttpd  (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.

       This manual page only lists the command line arguments.  For details on how to configure lighttpd and its
       modules see the files in the doc-directory.

Files

       /etc/lighttpd/lighttpd.conf
               The standard location for the configuration file.

       /run/lighttpd.pid
               The standard location for the PID of the running lighttpd process.

Name

       lighttpd - a fast, secure and flexible web server

Options

       The following options are supported:

       -fconfigfile
               Load configuration file configfile.

       -mmoduledir
               Use moduledir as the directory that contains modules, instead of the default.

       -p      Print the parsed configuration file in its internal form and exit.

       -t      Test the configuration file for syntax errors and exit.

       -tt     Test the configuration file for syntax errors, load and initialize modules, and exit.

       -D      Do not daemonize (go into background). The default is to daemonize.

       -isecs
               Trigger daemon graceful shutdown after secs of inactivity.

       -1      Process single (one) request on stdin socket, then exit.

       -v      Show version and exit.

       -V      Show compile-time features and exit.

       -h      Show a brief help message and exit.

See Also

       Online Documentation: https://wiki.lighttpd.net/

       spawn-fcgi(1)

       HypertextTransferProtocol--HTTP/1.1, RFC 2616.

       HTTPAuthentication:BasicandDigestAccessAuthentication, RFC 2617.

       TheCommonGatewayInterfaceVersion1.1, RFC 3875.

       TheFastCGIspecification.

Synopsis

lighttpd [-ptDvVh] -fconfigfile [-mmoduledir]

See Also