--help |
gives help on commandline options |
--version |
shows nanoweb version |
--config=/path2/nanoweb.conf |
defines where the nanoweb configuration file is located |
--set-option="directive=value" |
overrides configuration directive from the main server configuration file |
--add-option="directive=value" |
adds additional configuration directive from the main server configuration file, where a directive may be given multiple times |
--start-daemon |
brings up nanoweb in standalone mode |
--inetd |
runs nanoweb in inetd mode (one request from stdin) |
--quiet |
no output to stdout during run (for inetd mode) |
--verbose |
more noise on startup, try this one if you can't get nanoweb to startup correctly |
--debug |
like verbose |