Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/apache/, profiles/desc/
Date: Tue, 15 Jun 2021 00:12:54
Message-Id: 1623715960.16696a5afc1d2adaa19e52c245a0ee2f52cd8d37.whissi@gentoo
1 commit: 16696a5afc1d2adaa19e52c245a0ee2f52cd8d37
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 15 00:09:49 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 15 00:12:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16696a5a
7
8 www-servers/apache: add USE=apache2_modules_proxy_uwsgi
9
10 Closes: https://bugs.gentoo.org/747958
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 profiles/desc/apache2_modules.desc | 1 +
15 www-servers/apache/apache-2.4.48.ebuild | 3 ++-
16 2 files changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/profiles/desc/apache2_modules.desc b/profiles/desc/apache2_modules.desc
19 index d303d0e8464..2688f2796ca 100644
20 --- a/profiles/desc/apache2_modules.desc
21 +++ b/profiles/desc/apache2_modules.desc
22 @@ -79,6 +79,7 @@ proxy_html - Module to rewrite links in html pages behind a reverse proxy
23 proxy_http - HTTP support module for mod_proxy
24 proxy_http2 - HTTP2 support module for mod_proxy
25 proxy_scgi - SCGI gateway module for mod_proxy
26 +proxy_uwsgi - UWSGI gateway module for mod_proxy
27 proxy_wstunnel - Provides support for the tunnelling of web socket connections to a backend websockets server
28 ratelimit - Bandwidth Rate Limiting for Clients
29 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
30
31 diff --git a/www-servers/apache/apache-2.4.48.ebuild b/www-servers/apache/apache-2.4.48.ebuild
32 index 092c0fb7564..ba6572574d2 100644
33 --- a/www-servers/apache/apache-2.4.48.ebuild
34 +++ b/www-servers/apache/apache-2.4.48.ebuild
35 @@ -38,7 +38,7 @@ dbd deflate dir dumpio env expires ext_filter file_cache filter headers http2
36 ident imagemap include info lbmethod_byrequests lbmethod_bytraffic lbmethod_bybusyness
37 lbmethod_heartbeat log_config log_forensic logio lua macro md mime mime_magic negotiation
38 proxy proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_html proxy_http proxy_scgi
39 -proxy_http2 proxy_fcgi proxy_wstunnel rewrite ratelimit remoteip reqtimeout
40 +proxy_http2 proxy_fcgi proxy_uwsgi proxy_wstunnel rewrite ratelimit remoteip reqtimeout
41 session session_cookie session_crypto session_dbd setenvif slotmem_shm speling
42 socache_memcache socache_shmcb status substitute unique_id userdir usertrack
43 unixd version vhost_alias watchdog xml2enc"
44 @@ -79,6 +79,7 @@ MODULE_DEPENDS="
45 proxy_http:proxy
46 proxy_http2:proxy
47 proxy_scgi:proxy
48 + proxy_uwsgi:proxy
49 proxy_fcgi:proxy
50 proxy_wstunnel:proxy
51 session_cookie:session