Install Apache+PHP on CentOS server
Step 1 – Login to your server Step 2 – Install Apache web server on CentOS. Issue following command: yum install httpd Step 3 – Install PHP5 and common PHP module. The most basic command to install latest PHP version is following: yum install php That’s it. Now you have Apache and PHP5 installed. But… Read More »