安裝 httpd 以及 php
發表於 : 2012-04-05 11:50:01
http://www.if-not-true-then-false.com/2 ... -hat-rhel/
yum install httpd php php-cli php-pear php-gd php-mcrypt php-curl
安裝完之後要打開80 port(RHEL 預設是有開啟防火牆)
vi /etc/sysconfig/iptables
修改完重新啟動防火牆
/etc/init.d/iptables restart
yum install httpd php php-cli php-pear php-gd php-mcrypt php-curl
安裝完之後要打開80 port(RHEL 預設是有開啟防火牆)
vi /etc/sysconfig/iptables
修改完重新啟動防火牆
/etc/init.d/iptables restart