How has offline Wikipedia affected you? The Wikimedia Foundation (the non-profit that supports Wikipedia) is looking for personal, diverse and inspiring stories about how offline Wikipedia affects the world. If you have a personal story that you would like to share, please contact: stories@kiwix.org. Thank you!
Difference between revisions of "Translations:Kiwix-serve/19/en"
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
Kiwix-serve provides a few options: | Kiwix-serve provides a few options: | ||
* --port=PORT to specify the port you want to open for listening (per default 80) | * <code>--port=PORT</code> to specify the port you want to open for listening (per default 80) | ||
* | * <code>--daemon</code> to execute the software in background | ||
* <code>--attachToProcess=PID</code> to attach kiwix-serve process to other process | |||
* --attachToProcess=PID to attach kiwix-serve process to other process | * <code>--verbose</code> to get a few logs | ||
* --verbose to get a few logs | * <code>--address=IP</code> to bind a particular IP (per default 0.0.0.0 = all interfaces) |
Latest revision as of 16:47, 1 October 2024
Kiwix-serve provides a few options:
--port=PORT
to specify the port you want to open for listening (per default 80)--daemon
to execute the software in background--attachToProcess=PID
to attach kiwix-serve process to other process--verbose
to get a few logs--address=IP
to bind a particular IP (per default 0.0.0.0 = all interfaces)