diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2022-04-12 09:40:17 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2022-04-12 09:44:07 +0200 |
commit | f7d446cc55b2206059ad6ca7f27ff9cca3411eb8 (patch) | |
tree | 43849983754faac1733d71253eee397829882825 /profiles | |
parent | www-servers/apache: add mod_proxy_hcheck support (diff) | |
download | gentoo-f7d446cc55b2206059ad6ca7f27ff9cca3411eb8.tar.gz gentoo-f7d446cc55b2206059ad6ca7f27ff9cca3411eb8.tar.bz2 gentoo-f7d446cc55b2206059ad6ca7f27ff9cca3411eb8.zip |
profiles/desc/apache2_modules.desc: Fix proxy_hcheck name
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desc/apache2_modules.desc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |