Difference between revisions of "Lamp Server - Almalinux"
Jump to navigation
Jump to search
| Line 13: | Line 13: | ||
<code>systemctl enable httpd && systemctl start httpd<br /></code> | <code>systemctl enable httpd && systemctl start httpd<br /></code> | ||
| − | + | ===Sources:=== | |
<blockquote>https://vitux.com/how-to-install-lamp-stack-on-almalinux-8/ | <blockquote>https://vitux.com/how-to-install-lamp-stack-on-almalinux-8/ | ||
Revision as of 17:55, 17 April 2022
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/