]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add some mod_proxy_uwsgi related tweaks
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 1 Nov 2020 12:39:39 +0000 (12:39 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 1 Nov 2020 12:39:39 +0000 (12:39 +0000)
(r1883045 in trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1883046 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml
docs/manual/mod/mod_proxy_uwsgi.xml
docs/manual/new_features_2_4.xml

index c9f81308c1d15ff39b7c5f727ad640fb51131e14..1ce621ce0ca0ede8faffc1d476f74617dcd36d45 100644 (file)
@@ -68,7 +68,9 @@
         <tr><td>ftp</td><td><module>mod_proxy_ftp</module></td></tr>
         <tr><td>HTTP/0.9, HTTP/1.0, and
           HTTP/1.1</td><td><module>mod_proxy_http</module></td></tr>
+        <tr><td>HTTP/2.0</td><td><module>mod_proxy_http2</module></td></tr>
         <tr><td>SCGI</td><td><module>mod_proxy_scgi</module></td></tr>
+        <tr><td>UWSGI</td><td><module>mod_proxy_uwsgi</module></td></tr>
         <tr><td>WS and WSS (Web-sockets)</td><td><module>mod_proxy_wstunnel</module></td></tr>
         </table>
       </li>
index 2db92508713173f196d42a5b2a1c48cbea86a1c8..883ad2bf6a063093f4b8e11b5591a5d941892092 100644 (file)
@@ -27,6 +27,7 @@
 <status>Extension</status>
 <sourcefile>mod_proxy_uwsgi.c</sourcefile>
 <identifier>proxy_uwsgi_module</identifier>
+<compatibility>Available in version 2.4.30 and later</compatibility>
 
 <summary>
     <p>This module <em>requires</em> the service of <module
index 30e3a1bfbc6812a1ad4b6088234952ac795558a8..18623541a9761aacba99fd0930e987ea9d898c8f 100644 (file)
       <dt><module>mod_md</module> (available since 2.4.30)</dt>
       <dd>Support the ACME protocol to automate certificate provisionning.</dd>
 
+      <dt><module>mod_proxy_uwsgi</module> (available since 2.4.30)</dt>
+      <dd>UWSGI gateway module for <module>mod_proxy</module>.</dd>
+
       <dt><module>mod_socache_redis</module> (available since 2.4.39)</dt>
       <dd>Support <a href="http://redis.io/">Redis</a> based shared object cache provider.</dd>