How to Install LAMP Server on Arch Linux (Apache+PHP+MariaDB) [2021]

1 · The Duck Channel · Aug. 17, 2021, 3:49 p.m.
Links Arch Linux Apache MariaDB PHP 0. Intro Hi all, in this video i will show how to install LAMP Server on Arch Linux. I hope you enjoy! 1. Install Apache $ sudo pacman -S apache Save an close the file. $ sudo systemctl enable --now httpd $ sudo systemctl status httpd Edit /srv/http/index.html and put following lines: <html> <title>Welcome</title> <body> <h2>Welcome to Apache test page!...