1MFSCGISERV(8) MFSCGISERV(8)
2
3
4
6 mfscgiserv - start HTTP/CGI server for Lizard File System monitoring
7
9 mfscgiserv [-H BIND-HOST] [-P BIND-PORT] [-R ROOT-PATH]
10 [-D DATA-PATH] [-t LOCKTIMEOUT] [-f [-v]] [ACTION]
11
12 mfscgiserv -h
13
15 ######################## ! DEPRECATION WARNING ! #########################
16 # #
17 # mfscgiserv service is deprecated, please use lizardfs-cgiserv instead. #
18 # See manual entry lizardfs-cgiserver(8) for details. #
19 # #
20 ######################## ! DEPRECATION WARNING ! #########################
21
22 mfscgiserv is a very simple HTTP server capable of running CGI scripts
23 for Lizard File System monitoring.
24
26 -h
27 print usage information and exit
28
29 -H BIND_HOST
30 local address to listen on (default: any)
31
32 -P BIND_PORT
33 port to listen on (default: 9425)
34
35 -R ROOT_PATH
36 local path to use as HTTP document root (default is CGIDIR set up
37 at configure time)
38
39 -D DATA_PATH
40 local path to store data, e.g. a lockfile (default is DATA_PATH set
41 up at configure time)
42
43 -f
44 run in foreground, don’t daemonize
45
46 -v
47 log requests on stderr
48
49 -t LOCKTIMEOUT
50 how long to wait for lockfile (default is 60 seconds)
51
52 ACTION is the one of start, stop, restart or test. Default action is
53 restart.
54
56 Copyright 2008-2009 Gemius SA, 2013-2015 Skytechnology sp. z o.o.
57
58 LizardFS is free software: you can redistribute it and/or modify it
59 under the terms of the GNU General Public License as published by the
60 Free Software Foundation, version 3.
61
62 LizardFS is distributed in the hope that it will be useful, but WITHOUT
63 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
64 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
65 for more details.
66
67 You should have received a copy of the GNU General Public License along
68 with LizardFS. If not, see http://www.gnu.org/licenses/.
69
71 moosefs(7)
72
73
74
75 07/22/2021 MFSCGISERV(8)