commit:     16696a5afc1d2adaa19e52c245a0ee2f52cd8d37
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 00:09:49 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 00:12:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16696a5a

www-servers/apache: add USE=apache2_modules_proxy_uwsgi

Closes: https://bugs.gentoo.org/747958
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 profiles/desc/apache2_modules.desc      | 1 +
 www-servers/apache/apache-2.4.48.ebuild | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/profiles/desc/apache2_modules.desc 
b/profiles/desc/apache2_modules.desc
index d303d0e8464..2688f2796ca 100644
--- a/profiles/desc/apache2_modules.desc
+++ b/profiles/desc/apache2_modules.desc
@@ -79,6 +79,7 @@ proxy_html - Module to rewrite links in html pages behind a 
reverse proxy
 proxy_http - HTTP support module for mod_proxy
 proxy_http2 - HTTP2 support module for mod_proxy
 proxy_scgi - SCGI gateway module for mod_proxy
+proxy_uwsgi - UWSGI gateway module for mod_proxy
 proxy_wstunnel - Provides support for the tunnelling of web socket connections 
to a backend websockets server
 ratelimit - Bandwidth Rate Limiting for Clients
 remoteip - Replaces the original client IP address for the connection with the 
useragent IP address list presented by a proxies or a load balancer via the 
request headers

diff --git a/www-servers/apache/apache-2.4.48.ebuild 
b/www-servers/apache/apache-2.4.48.ebuild
index 092c0fb7564..ba6572574d2 100644
--- a/www-servers/apache/apache-2.4.48.ebuild
+++ b/www-servers/apache/apache-2.4.48.ebuild
@@ -38,7 +38,7 @@ dbd deflate dir dumpio env expires ext_filter file_cache 
filter headers http2
 ident imagemap include info lbmethod_byrequests lbmethod_bytraffic 
lbmethod_bybusyness
 lbmethod_heartbeat log_config log_forensic logio lua macro md mime mime_magic 
negotiation
 proxy proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_html proxy_http 
proxy_scgi
-proxy_http2 proxy_fcgi  proxy_wstunnel rewrite ratelimit remoteip reqtimeout
+proxy_http2 proxy_fcgi proxy_uwsgi proxy_wstunnel rewrite ratelimit remoteip 
reqtimeout
 session session_cookie session_crypto session_dbd setenvif slotmem_shm speling
 socache_memcache socache_shmcb status substitute unique_id userdir usertrack
 unixd version vhost_alias watchdog xml2enc"
@@ -79,6 +79,7 @@ MODULE_DEPENDS="
        proxy_http:proxy
        proxy_http2:proxy
        proxy_scgi:proxy
+       proxy_uwsgi:proxy
        proxy_fcgi:proxy
        proxy_wstunnel:proxy
        session_cookie:session

Reply via email to