when I run thttpd (with or without a selection of options) it terminates immediately instead of continuing to run and serve requested web pages Reproducible: Always Steps to Reproduce: 1. type thttpd 2. 3. Actual Results: terminates immediately Expected Results: continuing to run and serve requested web pages
This is correct. You need to specify a config file (or options on command line). I suggest using "systemctl start thttpd". See "man thttpd" for additional options.
I will grant, however, that it really OUGHT to print out some kind of snarky message so you at least know right off what the problem is.