Centos, RHEL – Installing a LAMP stack

In this tutorial, I will show you a quick and easy way to install a LAMP stack (Linux + Apache + MySQL + PHP ) on CentOS and RHEL servers. Install Apache yum install httpd httpd-devel Now that we have Apache installed, lets start it up! (httpd is Apache in this case) /etc/init.d/httpd start   [...]