From c209833bb11a990db65993c2de7135496d16c44a Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 4 Oct 2021 00:54:36 +0200 Subject: [PATCH] install_httpd-2.4.sh: change apache version to '2.4.49'. --- install_httpd-2.4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_httpd-2.4.sh b/install_httpd-2.4.sh index 02070c1..e4f1a4b 100755 --- a/install_httpd-2.4.sh +++ b/install_httpd-2.4.sh @@ -10,7 +10,7 @@ _backup_date="$(date +%Y%m%d-%H%M)" ## - _VSERVER_GUEST=no -_APACHE_VERSION=2.4.48 +_APACHE_VERSION=2.4.49 _WITH_MOD_PROXY_FCGI=true _WITH_MOD_FCGID=true