tipidee
Software
skarnet.org

The tipideed program

tipideed is the binary that actually does what you want from a web server package: it serves files over HTTP.

Interface

     tipideed [ -v verbosity ] [ -f cdbfile ] [ -d basedir ] [ -R ] [ -U ]

TODO: write this page.

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

Detailed operation

Notes