mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user