From 587a3eb1ae3f4e39ba293b5f397b5241c0fee54d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 2 Sep 2023 05:21:42 +0000 Subject: More doc; unify tipidee-config exit codes Signed-off-by: Laurent Bercot --- doc/tipideed.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc/tipideed.html') diff --git a/doc/tipideed.html b/doc/tipideed.html index 97102c5..ce8f5e5 100644 --- a/doc/tipideed.html +++ b/doc/tipideed.html @@ -48,6 +48,18 @@ current working directory, one subdirectory for every domain it hosts.

Exit codes

+
+
0
clean exit. The client closed the connection after a stream of +HTTP exchanges.
+
100
bad usage. tipideed has been run in an incorrect way: bad command +line options, or missing environment variables, etc.
+
101
cannot happen. This signals a bug in tipideed, and comes with an +error message asking you to report the bug. Please do so.
+
111
system call failed. If this happens while serving a request, +tipideed likely has sent a 500 (Internal Server Error) response to the +client before exiting.
+
+

Environment variables

Options

@@ -56,5 +68,11 @@ current working directory, one subdirectory for every domain it hosts.

Notes

+ + -- cgit v1.3.1