AlmaLinux 8 - OVH

yum install httpd mod_ssl php php-mysqli mysql-server

systemctl enable mysqld
systemctl start mysqld
mysql_secure_installation

systemctl enable httpd
systemctl start httpd