From: Luca Toscano
mod_proxy_http2
works with incoming requests
- over HTTP/1.1 and HTTP/2 requests. If mod_http2
- handles the frontend connection, requests against the same HTTP/2
- backend are sent over a single connection, whenever possible.
mod_proxy_http2
will not use the HTTP/2 protocol
+ when the frontend requests use HTTP/1.1.
+ This means that HTTP/2 will be used to proxy requests to a capable backend
+ only when the frontend requests use the same protocol.
This module relies on libnghttp2 to provide the core http/2 engine.
diff --git a/docs/manual/programs/httpd.html.en b/docs/manual/programs/httpd.html.en index 98825f23c63..e2338995f08 100644 --- a/docs/manual/programs/httpd.html.en +++ b/docs/manual/programs/httpd.html.en @@ -51,7 +51,7 @@ [ -e level ] [ -E file ] [ -k start|restart|graceful|stop|graceful-stop ] - [ -R directory ] [ -h ] + [ -h ] [ -l ] [ -L ] [ -S ] [ -t ] [ -v ] [ -V ] [ -X ] [ -M ] [ -T ] diff --git a/docs/manual/programs/httpd.xml.ko b/docs/manual/programs/httpd.xml.ko index 5a73a287a68..835df31591e 100644 --- a/docs/manual/programs/httpd.xml.ko +++ b/docs/manual/programs/httpd.xml.ko @@ -1,7 +1,7 @@ - + +