mfscgiserv(8) - Linux man page
Name
mfscgiserv - start HTTP/CGI server for Moose File System monitoringSynopsis
mfscgiserv [-H BIND_HOST] [-P BIND_PORT] [-R ROOT_PATH] [-t LOCKTIMEOUT] [-f [-v]] [ACTION]mfscgiserv -h
Description
mfscgiserv is a very simple HTTP server capable of running CGI scripts for Moose File System monitoring.
- -h
- print usage information and exit
- -H BIND_HOST
- local address to listen on (default: any)
- -P BIND_PORT
- port to listen on (default: 9425)
- -R ROOT_PATH
- local path to use as HTTP document root (default is CGIDIR set up at configure time)
- -f
- run in foreground, don't daemonize
- -v
- log requests on stderr
- -t LOCKTIMEOUT
- how long to wait for lockfile (default is 60 seconds)
- ACTION
- is the one of start, stop, restart or test. Default action is restart.