In the Platform you should select Oracle & Redhat
Daily Archives: September 5, 2012
How to install apache in CentOS Terminal
Install Apache Server in Terminal CentOS
yum install httpd
Check Status of Apache Server
/etc/init.d/httpd status
Start Apache Server
/etc/init.d/httpd start
Start MySQL Terminal
/etc/init.d/service mysqld start
Check Status of MySQL
/etc/init.d/service mysqld status