summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-04-29 00:11:45 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-05-02 15:29:33 -0400
commit1812f5541a1fffb720180f958cb36ae7a8fcab3d (patch)
treed726670828163c616ca316785e8042995900d604 /doc
parent6c35e38fe112eb75bf993e258a293f3b2386bc91 (diff)
downloadlighttpd-git-1812f5541a1fffb720180f958cb36ae7a8fcab3d.tar.gz
[core] lighttpd -1 handles single request on stdin socket (fixes #1584)
(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
Diffstat (limited to 'doc')
-rw-r--r--doc/lighttpd.83
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lighttpd.8 b/doc/lighttpd.8
index 5c4211b2..e2eb10c6 100644
--- a/doc/lighttpd.8
+++ b/doc/lighttpd.8
@@ -42,6 +42,9 @@ Do not daemonize (go into background). The default is to daemonize.
\fB\-i\ \fP \fIsecs\fP
Trigger daemon graceful shutdown after \fIsecs\fP of inactivity.
.TP 8
+\fB\-1\fP
+Process single (one) request on stdin socket, then exit.
+.TP 8
\fB\-v\fP
Show version and exit.
.TP 8