Perfect Server on Centos 5.3
Install Apache (httpd), PHP, MySQL (server and client), and the component that allows php to talk to mysql. yum -y install httpd php mysql mysql-server php-mysql php-gd Configure the new services to start automatically chkconfig httpd on chkconfig mysqld on service httpd start service mysqld start...
Continue reading ...