PHP伺服器建立教學
1、使用指令「yum install httpd」安裝Apache;
安裝Apache
/etc/init.d/iptables status
啟動Apache服務
/etc/init.d/httpd start
2、輸入「yum install mysql mysql-server」安裝MySQL;
yum install mysql mysql-server
啟動Mysql
/etc/init.d/mysqld start
3、執行「 yum install php”安裝php即可。
yum install php php-devel
然後重啟Apache
/etc/init.d/httpd restart
推薦教學:《PHP》
以上是PHP伺服器搭建教學課程的詳細內容。更多資訊請關注PHP中文網其他相關文章!