summaryrefslogtreecommitdiff
path: root/doc/lighttpd.8
Commit message (Collapse)AuthorAgeFilesLines
* [doc] use https:// URLs to .lighttpd.net resourcesGlenn Strauss2017-10-221-1/+1
|
* [core] lighttpd -1 handles single request on stdin socket (fixes #1584)Glenn Strauss2016-05-021-0/+3
| | | | | | | | | | | | | | (e.g. when called from xinetd) Note: lighttpd is designed as a high performance, long-running server, not a one-shot executable. This one-shot mode of operation has not been tuned for performance. lighttpd server start-up and initialization aims for correctness, not speed. If using this one-shot mode as part of fork and exec from xinetd, then performance is already not of high concern. x-ref: "support for xinetd" https://redmine.lighttpd.net/issues/1584
* [core] cmd line opt to shutdown after idle time limit (fixes #2696)Glenn Strauss2016-05-021-0/+3
| | | | | | | | | | | | | | | | -i <secs> graceful shutdown after <secs> of inactivity Option might be used with applications such as git instaweb. While git instaweb does have command line options of its own to [start,stop,restart], some may find it convenient to configure git instaweb to start lighttpd with a default idle time limit, after which lighttpd will gracefully shut itself down without any further action from the user. x-ref: "[PATCH] support -i <secs> idle timeout option" https://redmine.lighttpd.net/issues/2696 original request and patch submitted by mackyle. thx.
* skip spawning backends for preflight tests (#2642)Glenn Strauss2016-04-131-0/+3
| | | | | | | | Also, update man page for lighttpd -tt x-ref: "add option for "fail on warning"" https://redmine.lighttpd.net/issues/2642
* New lighttpd man page (moved it to section 8) (fixes #1875)Stefan Bühler2009-03-071-0/+70
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2415 152afb58-edef-0310-8abb-c4023f1b3aa9