From bacc5bdd4bc125662395a378fde7a43a584b990b Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 1 Oct 2025 14:42:30 +0200 Subject: [PATCH] install_httpd-2.4.sh: adjust included version numbers. --- install_httpd-2.4.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_httpd-2.4.sh b/install_httpd-2.4.sh index c81bf59..7037a68 100755 --- a/install_httpd-2.4.sh +++ b/install_httpd-2.4.sh @@ -10,9 +10,9 @@ _backup_date="$(date +%Y%m%d-%H%M)" ## - _VSERVER_GUEST=no -_APACHE_VERSION=2.4.63 +_APACHE_VERSION=2.4.65 -_APR_VERSION=1.7.5 +_APR_VERSION=1.7.6 _APR_UTIL_VERSION=1.6.3 _WITH_MOD_PROXY_FCGI=true