Daemon Command Line

The command line options for the simple www server are as follows.
-a address
Specify the port number. The address should be in the form "*:80" with 80 replaced with the desired port number, which can be different for tests for instance. Note that the string must be quoted because of the asterisk. If this option is not given, the daemon assumes that it has been run by inetd, and uses stdin and stdout as its communication channel . Note that port numbers under 1024 are privileged .
-l file
Log all calls to the given file. The file is appended to if it already exists.
-v
Verbose mode. Copious trace messages are written to the standard output stream. Mainly for debugging.
-r file
Load a rule file . The rules are added after any rules already loaded. Inhibits the loading of the default rule file.
-R
Inhibit the loading of the default rule file. Warning: running without a rule file normally poses a security problem.
_________________________________________________________________
Tim BL