1MOGSTORED(1) User Contributed Perl Documentation MOGSTORED(1)
2
3
4
6 mogstored -- MogileFS storage daemon
7
9 This is the MogileFS storage daemon, which is just an HTTP server that
10 supports PUT, DELETE, etc. It's actually a wrapper around Perlbal,
11 doing all the proper Perlbal config for you.
12
13 In addition, it monitors disk usage, I/O activity, etc, which are
14 checked from the MogileFS tracker.
15
17 Brad Fitzpatrick <brad@danga.com>
18
19 Mark Smith <junior@danga.com>
20
21 Jonathan Steinert <jsteinert@sixapart.com>
22
24 PERLBAL_XS_HEADERS
25 If defined and 0, Perlbal::XS::HTTPHeaders will not be used, if
26 present. Otherwise, it will be enabled by default, if installed
27 and loadable.
28
30 Copyright 2004, Danga Interactive
31 Copyright 2005-2006, Six Apart Ltd.
32
34 Same terms as Perl itself. Artistic/GPLv2, at your choosing.
35
37 MogileFS::Overview -- high level overview of MogileFS
38
39 mogilefsd -- MogileFS daemon
40
41 <http://danga.com/mogilefs/>
42
43
44
45perl v5.38.0 2023-07-20 MOGSTORED(1)