From be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:57:58 +0200 Subject: Adding upstream version 1.44.3. Signed-off-by: Daniel Baumann --- .../h2o/libh2o/doc/configure/command_options.html | 102 +++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 web/server/h2o/libh2o/doc/configure/command_options.html (limited to 'web/server/h2o/libh2o/doc/configure/command_options.html') diff --git a/web/server/h2o/libh2o/doc/configure/command_options.html b/web/server/h2o/libh2o/doc/configure/command_options.html new file mode 100644 index 00000000..3ece2a70 --- /dev/null +++ b/web/server/h2o/libh2o/doc/configure/command_options.html @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + +Command Options - Configure - H2O - the optimized HTTP/2 server + + +
+
+ +

+H2O +

+

the optimized HTTP/1.x, HTTP/2 server

+ + +
+ +
+ +
+
+
+Powered by Oktavia +
+
+ + +
+ + + + + + + + + + + + +
+ +

+Configure > +Command Options +

+ + +

+Full list of command options can be viewed by running h2o --help. +Following is the output of --help as of version 1.2.0. +

+ +
Options:
+  -c, --conf FILE    configuration file (default: h2o.conf)
+  -m, --mode <mode>  specifies one of the following mode
+                     - worker: invoked process handles incoming connections
+                               (default)
+                     - daemon: spawns a master process and exits. `error-log`
+                               must be configured when using this mode, as all
+                               the errors are logged to the file instead of
+                               being emitted to STDERR
+                     - master: invoked process becomes a master process (using
+                               the `share/h2o/start_server` command) and spawns
+                               a worker process for handling incoming
+                               connections. Users may send SIGHUP to the master
+                               process to reconfigure or upgrade the server.
+                     - test:   tests the configuration and exits
+  -t, --test         synonym of `--mode=test`
+  -v, --version      prints the version number
+  -h, --help         print this help
+
+ +

+The default path of the configuration file may differ depending on the distribution. +Please run h2o --help to find out the location. +

+ + + + +
+ + + -- cgit v1.2.3