Changes To Manual

Changes to "Manual" between 2014-02-08 02:50:11 and 2014-02-08 06:08:47

1
2
3
4
5
6
7

8
9
10
11
12
13
14
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15







+







<H2>NAME</H2>
filed - serve files over HTTP
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>filed</B>
&#91;{<B>-h</B>|<B>--help</B>}&#93;
&#91;{<B>-d</B>|<B>--daemon</B>}&#93;
&#91;{<B>-v</B>|<B>--version</B>}&#93;
&#91;{<B>-b</B>|<B>--bind</B>}
<I>address</I>&#93;
&#91;{<B>-p</B>|<B>--port</B>}
<I>port</I>&#93;
&#91;{<B>-t</B>|<B>--threads</B>}
<I>count</I>&#93;
&#91;{<B>-c</B>|<B>--cache</B>}
35
36
37
38
39
40
41






42
43
44
45
46
47
48
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55







+
+
+
+
+
+







<DT><B>-d (or --daemon)</B>
<DD>
Instructs
<B>filed</B>
to become a daemon after initializing
the listening TCP socket and log files.
<P>
<DT><B>-v (or --version)</B>
<DD>
Instructs
<B>filed</B>
to print out its version number and then exit.
<P>
<DT><B>-b (or --bind)</B>
<DD>
Specifies the address to listen for incoming HTTP
requests on.
<P>
<DT><B>-p (or --port)</B>
<DD>