From 149f7655b41d3a8d79e1ec20427bbe26e074fb0c Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Thu, 20 Jun 2024 11:06:19 +0800 Subject: [PATCH] rename mod_xforward to apache2-mod_xforward --- dist/functions.setup-appliance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/functions.setup-appliance.sh b/dist/functions.setup-appliance.sh index d294ed8..0ed16d7 100755 --- a/dist/functions.setup-appliance.sh +++ b/dist/functions.setup-appliance.sh @@ -642,7 +642,7 @@ function prepare_os_settings { UPDATE_SSL_TRUST_BIN=update-ca-trust MOD_PASSENGER_CONF=/etc/$HTTPD_SERVICE/conf.d/passenger.conf INST_PACKAGES_CMD="dnf -y install" - APACHE_ADDITIONAL_PACKAGES="$HTTPD_SERVICE mod_xforward mod_passenger memcached" + APACHE_ADDITIONAL_PACKAGES="$HTTPD_SERVICE apache2-mod_xforward mod_passenger memcached" CONFIGURE_APACHE=0 OBS_SIGND=signd SIGND_BIN="/usr/sbin/signd" -- 2.43.0