From d7100c67c2110b0b1ef8ec4b7b058294bdb78aa9 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 26 Sep 2024 16:31:58 +0200 Subject: [PATCH] install_httpd-2.4.sh: adjust apr version to 1.7.5 --- 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 d04e4f8..0c5e70f 100755 --- a/install_httpd-2.4.sh +++ b/install_httpd-2.4.sh @@ -12,7 +12,7 @@ _VSERVER_GUEST=no _APACHE_VERSION=2.4.62 -_APR_VERSION=1.7.4 +_APR_VERSION=1.7.5 _APR_UTIL_VERSION=1.6.3 _WITH_MOD_PROXY_FCGI=true