commit: f7d446cc55b2206059ad6ca7f27ff9cca3411eb8 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Tue Apr 12 07:40:17 2022 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Tue Apr 12 07:44:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7d446cc
profiles/desc/apache2_modules.desc: Fix proxy_hcheck name Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> profiles/desc/apache2_modules.desc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/desc/apache2_modules.desc b/profiles/desc/apache2_modules.desc index 1ac475d34c8d..7a7e5e061080 100644 --- a/profiles/desc/apache2_modules.desc +++ b/profiles/desc/apache2_modules.desc @@ -71,7 +71,7 @@ proxy_balancer - mod_proxy extension for load balancing proxy_connect - mod_proxy extension for CONNECT request handling proxy_fcgi - FastCGI support module for mod_proxy proxy_ftp - FTP support module for mod_proxy -proxy_check - Dynamic health check of Balancer members (workers) for mod_proxy +proxy_hcheck - Dynamic health check of Balancer members (workers) for mod_proxy 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
