Lamp Server - Almalinux
Revision as of 17:59, 17 April 2022 by Levk (talk | contribs) (→Enable it so it will automatically start after restart and start it)
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 and start it
systemctl enable httpd && systemctl start httpd
Make sure it up (optional)
systemctl status httpd
2) Mariadb Installation:
Right now, mariadb 10.6 is the latest version, but the default install gives you 10.3, so install the latest like this:
create repo for mariadb 10.6
vim /etc/yum.repos.d/mariadb.repo