From c71dafcd9e86601e8a38145093fcbce297d62ce8 Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 11 Aug 2020 16:02:08 +0200 Subject: [PATCH] install_httpd-2.4.sh: update default apache version to 2.4.46. --- 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 5daddef..1608566 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.41 +_APACHE_VERSION=2.4.46 _WITH_MOD_PROXY_FCGI=true _WITH_MOD_FCGID=true