1XAPIAN-TCPSRV(1) User Commands XAPIAN-TCPSRV(1)
2
3
4
6 xapian-tcpsrv - TCP daemon for use with Xapian's remote backend
7
9 xapian-tcpsrv [OPTIONS] DATABASE_DIRECTORY...
10
12 xapian-tcpsrv - TCP daemon for use with Xapian's remote backend
13
15 --port PORTNUM
16 listen on port PORTNUM for connections (no default)
17
18 --interface ADDRESS
19 listen on the interface associated with name or address ADDRESS
20 (default is all interfaces)
21
22 --idle-timeout MSECS
23 set timeout for idle connections (default 60000ms)
24
25 --active-timeout MSECS
26 set timeout for active connections (default 15000ms)
27
28 --timeout MSECS
29 set both timeout values
30
31 --one-shot
32 serve a single connection and exit
33
34 --quiet
35 disable information messages to stdout
36
37 --writable
38 allow updates (only one database directory allowed)
39
40 --help display this help and exit
41
42 --version
43 output version information and exit
44
45
46
47xapian-core 1.2.7 August 2011 XAPIAN-TCPSRV(1)