1KIWIX(1) General Commands Manual KIWIX(1)
2
3
4
6 kiwix-serve - Kiwix HTTP Server
7
9 kiwix-serve [--index=INDEX_PATH] [--port=PORT] [--verbose] [--daemon]
10 [--attachToProcess=PID] ZIM_PATH
11 kiwix-serve --library [--port=PORT] [--verbose] [--daemon] [--attachTo‐
12 Process=PID] LIBRARY_PATH
13
15 Stand-alone HTTP server for serving ZIM contents over the network.
16
17
18 --index=INDEX_PATH
19 Path to index folder created using kiwix-install.
20
21
22 --port=PORT
23 Port number on which the server should listen.
24 By default, server listens on port 80.
25
26
27 --verbose
28 Enable verbose output.
29
30
31 --daemon
32 Run the server as a daemon.
33
34
35 --attachToProcess=PID
36 Shutdown the server when process numbered PID dies.
37
38
39 ZIM_PATH
40 ZIM file of the content to serve.
41 Mandatory if not in library mode.
42
43
44 --library
45 Enable library mode.
46 Serves the contents of a library file instead of a single ZIM
47 file.
48
49
50 LIBRARY_PATH
51 Kiwix library file path.
52 Library is an XML file created using kiwix-manage.
53
54
56 kiwix(1) kiwix-manage(1)
57
58
60 Emmanuel Engelhart <kelson@kiwix.org>
61 Vasudev Kamath <kamathvasudev@gmail.com> (Manual)
62
63
64
65 21 May 2012 KIWIX(1)