nighthttpd(8) - Linux man page
Name
nighthttpd - a http server for nightviewd and telescopedSynopsis
nighthttpd [options]Description
The options are as follows:
- -c
- A location of a configuration file. For example: /usr/local/etc/nightview.conf.
- -u
- User name to run under.
- -chroot
- Run in chroot environment.
- -h
- Host address.
- -p
- Listen port.
Security
AuthKey in configuration file is used to control of access to the daemon. If the option is not present (eg. commented out), all clients are accepted. It the value is non-null, the clients are autenticated by Basic authentication scheme as is used by Internet's browsers. It is highly reccomended to use any type of tunneling, when your are conecting via an unsecured network.Files
- /usr/local/etc/nightview.conf
- The configuration file.