From: Christophe Jaillet Date: Sun, 1 Nov 2020 12:38:30 +0000 (+0000) Subject: Add some mod_proxy_uwsgi related tweaks X-Git-Tag: 2.5.0-alpha2-ci-test-only~1166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7354523a4eebf1678e91928fadf0165e4c870b7c;p=thirdparty%2Fapache%2Fhttpd.git Add some mod_proxy_uwsgi related tweaks git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1883045 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index ec7c2af746c..c91a3dc8075 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -68,7 +68,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.xml b/docs/manual/mod/mod_proxy_uwsgi.xml index 2db92508713..883ad2bf6a0 100644 --- a/docs/manual/mod/mod_proxy_uwsgi.xml +++ b/docs/manual/mod/mod_proxy_uwsgi.xml @@ -27,6 +27,7 @@ Extension mod_proxy_uwsgi.c proxy_uwsgi_module +Available in version 2.4.30 and later

This module requires the service of 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.