Lamp Server - Almalinux
Jump to navigation
Jump to search
Notes:
- Make sure almalinux is updated to latest version
- Either disable selinux now or suffer... (you can also learn how to live with it)
1) HTTPD Installation:
dnf install httpd
enable it so it will automatically start after restart and start it
systemctl enable httpd && systemctl start httpd
Sources:
https://vitux.com/how-to-install-lamp-stack-on-almalinux-8/
https://www.linuxcapable.com/how-to-install-mariadb-10-6-on-almalinux-8/