From: Christophe Jaillet Date: Sun, 1 Nov 2020 12:48:42 +0000 (+0000) Subject: Rebuild X-Git-Tag: 2.5.0-alpha2-ci-test-only~1165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=504f363b31cb7e3ad21a2c204d48b2bcd6d85d89;p=thirdparty%2Fapache%2Fhttpd.git Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1883048 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en.utf8 b/docs/manual/mod/mod_proxy.html.en.utf8 index b84943e6bb5..a9238d03487 100644 --- a/docs/manual/mod/mod_proxy.html.en.utf8 +++ b/docs/manual/mod/mod_proxy.html.en.utf8 @@ -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.utf8 b/docs/manual/mod/mod_proxy_uwsgi.html.en.utf8 index 4513fb4c99b..1dc55a1ba34 100644 --- a/docs/manual/mod/mod_proxy_uwsgi.html.en.utf8 +++ b/docs/manual/mod/mod_proxy_uwsgi.html.en.utf8 @@ -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.utf8 b/docs/manual/new_features_2_4.html.en.utf8 index f52cd042baa..c5e795d0ccc 100644 --- a/docs/manual/new_features_2_4.html.en.utf8 +++ b/docs/manual/new_features_2_4.html.en.utf8 @@ -206,6 +206,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.