0 Members and 2 Guests are viewing this topic.
You can't have any services installed before installing CWP.So if Apache is working 'out of the box', you are installing AlmaLinux 9.4 LAMP.That won't work.Reimage with the bare AlmaLinux 9.4Setup your networking, hostname, timzone.Then:Code: [Select]dnf install dnf-plugins-coreCode: [Select]dnf install elrepo-release epel-release -yCode: [Select]/usr/bin/crb enableCode: [Select]dnf --refresh updateCode: [Select]dnf install nano wget ipset ebtables iptables uuid uuid-devel libuuid-devel m4 pcre pcre-devel zlib-devel perl-DBD-MySQL perl-IPC-Cmd perl-Pod-Html perl-Sys-Hostname perl-libwww-perl.noarch perl-LWP-Protocol-https.noarch perl-GDGraph libtool s-nail htop sysstat python3-perf ImageMagick ImageMagick-devel -yCode: [Select]dnf --refresh updateCode: [Select]dnf install clamav* clamdCode: [Select]dnf clean allCode: [Select]cd /usr/local/srcCode: [Select]wget http://centos-webpanel.com/cwp-el9-latestCode: [Select]sh cwp-el9-latestCode: [Select]dnf install spamassassin amavisTo updated MariaDB follow:https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/RebootConfigure & Start CSF
dnf install dnf-plugins-core
dnf install elrepo-release epel-release -y
/usr/bin/crb enable
dnf --refresh update
dnf install nano wget ipset ebtables iptables uuid uuid-devel libuuid-devel m4 pcre pcre-devel zlib-devel perl-DBD-MySQL perl-IPC-Cmd perl-Pod-Html perl-Sys-Hostname perl-libwww-perl.noarch perl-LWP-Protocol-https.noarch perl-GDGraph libtool s-nail htop sysstat python3-perf ImageMagick ImageMagick-devel -y
dnf install clamav* clamd
dnf clean all
cd /usr/local/src
wget http://centos-webpanel.com/cwp-el9-latest
sh cwp-el9-latest
dnf install spamassassin amavis