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 . 「Just yum install php」を実行してphpをインストールします。
yum install php php-devel
次に、Apache を再起動します
/etc/init.d/httpd restart
推奨チュートリアル: "PHP"
以上がPHPサーバー構築チュートリアルの詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。