yum -y install httpd php mysql mysql-server php-mysql httpd-manual mod_ssl mod_perl mod_auth_mysql php-mcrypt php-gd php-xml php-mbstring php-ldap php-pear php-xmlrpc mysql-connector-odbc mysql-devel libdbi-dbd-mysql
vi /etc/httpd/conf/httpd.conf
ServerName IP:80
DocumentRoot /var/www/html
DirectoryIndex index.php index.html index.htm index.shtml
/etc/init.d/httpd restart
chmod 755 -R /var/www/html
vi /etc/httpd/conf/httpd.conf
ServerName IP:80
DocumentRoot /var/www/html
DirectoryIndex index.php index.html index.htm index.shtml
/etc/init.d/httpd restart
chmod 755 -R /var/www/html