修改完毕后保存退出重启nginx:
[root@ nginx]# pkill -1 nginx
然后在/usr/html/下创建index.php
[root@ nginx]# vim /usr/html/index.php
写入如下内容;
测试:用浏览器访问
可以看到已成功连接php。
然后在进行测试php连接MySQL,继续编辑index.php页面,内容改为:
测试结果为:
可以看到php与mysql以成功连接。
至此我们已经搭建好了LNMP环境。
修改完毕后保存退出重启nginx:
[root@ nginx]# pkill -1 nginx
然后在/usr/html/下创建index.php
[root@ nginx]# vim /usr/html/index.php
写入如下内容;
测试:用浏览器访问
可以看到已成功连接php。
然后在进行测试php连接MySQL,继续编辑index.php页面,内容改为:
测试结果为:
可以看到php与mysql以成功连接。
至此我们已经搭建好了LNMP环境。
内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:http://www.heiqu.com/2dec88f58551da7f922e6e0334551f9d.html