From: Christophe Jaillet Date: Sun, 1 Nov 2020 12:42:53 +0000 (+0000) Subject: Rebuild X-Git-Tag: 2.4.47~245 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03130d619ef082858326c902ccf7a44967e242e3;p=thirdparty%2Fapache%2Fhttpd.git Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1883047 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index ab3cd7e6b83..bf952d7abc1 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -73,7 +73,9 @@ ftpmod_proxy_ftp HTTP/0.9, HTTP/1.0, and HTTP/1.1mod_proxy_http + HTTP/2.0mod_proxy_http2 SCGImod_proxy_scgi + UWSGImod_proxy_uwsgi WS and WSS (Web-sockets)mod_proxy_wstunnel diff --git a/docs/manual/mod/mod_proxy_uwsgi.html.en b/docs/manual/mod/mod_proxy_uwsgi.html.en index 4a5de8ef6e1..cdfa948d321 100644 --- a/docs/manual/mod/mod_proxy_uwsgi.html.en +++ b/docs/manual/mod/mod_proxy_uwsgi.html.en @@ -32,7 +32,8 @@ -
Description:UWSGI gateway module for mod_proxy
Status:Extension
Module Identifier:proxy_uwsgi_module
Source File:mod_proxy_uwsgi.c
+Source File:mod_proxy_uwsgi.c +Compatibility:Available in version 2.4.30 and later

Summary

This module requires the service of mod_proxy. It provides support for the diff --git a/docs/manual/new_features_2_4.html.en b/docs/manual/new_features_2_4.html.en index 4bba96604eb..b38f42f0d71 100644 --- a/docs/manual/new_features_2_4.html.en +++ b/docs/manual/new_features_2_4.html.en @@ -205,6 +205,9 @@

mod_md (available since 2.4.30)
Support the ACME protocol to automate certificate provisionning.
+
mod_proxy_uwsgi (available since 2.4.30)
+
UWSGI gateway module for mod_proxy.
+
mod_socache_redis (available since 2.4.39)
Support Redis based shared object cache provider.