From 77e50caaf2ef81cd91075cf836fed0e75718ffb4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 23:12:02 +0200 Subject: Adding debian version 1.8.3-2. Signed-off-by: Daniel Baumann --- debian/vendor-h2o/doc/faq.html | 126 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 debian/vendor-h2o/doc/faq.html (limited to 'debian/vendor-h2o/doc/faq.html') diff --git a/debian/vendor-h2o/doc/faq.html b/debian/vendor-h2o/doc/faq.html new file mode 100644 index 0000000..8ea1f17 --- /dev/null +++ b/debian/vendor-h2o/doc/faq.html @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + +Frequently Asked Questions - H2O - the optimized HTTP/2 server + + +
+
+ +

+H2O +

+

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

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

+Frequently Asked Questions +

+ + +

What are the license terms?

+ +
+H2O is licensed under the MIT license. +
+
+Portions of the software use following libraries that are also licensed under the MIT license: khash.h, PicoHTTPParser, libyaml. +
+ +
+Depending on how H2O is configured, the software links against OpenSSL or LibreSSL, both of which are dual-licensed under the OpenSSL License and the original SSLeay license. +
+ +

Are there any design documents?

+ +
+Please refer to the main developer's presentation slides at the HTTP/2 conference, and his weblog. +
+ +

How do I use H2O as a library?

+ +
+

+Aside from the standalone server, H2O can also be used as a software library. +The name of the library is libh2o. +

+

+To build H2O as a library you will need to install the following dependencies: +

+In case the dependencies are installed under a non-standard path, PKG_CONFIG_PATH configuration variable can be used for specifying their paths. For example, the following snippet builds libh2o using the libraries installed in their respective paths. +

+ +
% PKG_CONFIG_PATH=/usr/local/libuv-1.4/lib/pkgconfig:/usr/local/openssl-1.0.2a/lib/pkgconfig cmake .
+% make libh2o
+
+ +

+For more information, please refer to the GitHub issues tagged as libh2o. +

+
+ +

I have a problem. Where should I look for answers?

+ +
+Please refer to the GitHub issues tagged as FAQ. +
+ + + +
+

Notes:

+
    +
  1. libh2o cannot be linked against the bundled LibreSSL; see issue #290
  2. +
+
+ +
+ + + -- cgit v1.2.3