1. まず、Linux サーバーに Apache と php をインストールする必要があります。php のインストール方法は、Apache の方法と同じです。http://www.cnblogs.com/dagege/ を参照してください。 p/5949620.html
2. ファイアウォールサービスをオフにし、selinuxをオフにします
以下を参照してください: http://www.cnblogs.com/dagege/p/5947251.html
3. FTPサービスを使用します。または、rz コマンドを使用して、ファイルを Apache/var/www/html のルート ディレクトリに置きます
サンプル ファイルのダウンロード: http://files.cnblogs.com/files/dagege/liuyanban.zip
[root@localhost /]# cd /var/www/html/ [root@localhost html]# ls -la 总用量 8 drwxr-xr-x. 3 root root 55 10月 11 22:31 . drwxr-xr-x. 4 root root 31 10月 11 15:40 .. -rw-r--r-- 1 root root 123 10月 11 22:31 index.php -rw-r--r-- 1 root root 3704 9月 19 15:05 juezhen.php drwxr-xr-x 2 root root 6 10月 11 22:30 messages [root@localhost html]# chmod o+w messages/ #给messages目录设置普通有用户的写入权限
4. httpd サービス
[root@localhost html]# systemctl start httpd.service
5 つの結果