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