Install Apache, PHP And MariaDB On CentOS
This tutorial shows how you can install an Apache2 webserver on a CentOS 7.0 server with PHP5 support (mod_php) and MariaDB (MySQL fork) support. LAMP is short for Linux, Apache, MySQL, PHP but actualy, it’s a CAMP: CentOS, Apache, MariaDB, PHP. Install Apache server: # yum -y install httpd after resolving depedencies (apr, httpd tools, … Read moreInstall Apache, PHP And MariaDB On CentOS