วันอังคารที่ 20 กรกฎาคม พ.ศ. 2553

php on centos

# wget -O /etc/yum.repos.d/thai.repo www.icez.net/files/thai.repo
# mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.ORG
# yum clean all
# yum list
# yum -y install httpd
# yum -y install php php-mysql
# /etc/init.d/httpd restart
# chkconfig httpd on
# echo "" > /var/www/html/phpinfo.php

from http://www.linuxthai.org/forum/index.php?topic=13447.0