linux平台Nginx整合php后浏览器File not found问题


php测试程序:

echo "<?php echo '<p>Hello World</p>'; ?>" > /data/server/nginx/html/test.php

然后浏览器输入localhost/hest.php,报错file not found.
最终解决途径:关闭selinux
两种关闭方法:
1.临时关闭

setenforce 0

2.从配置里关闭,需要重启

vim /etc/sysconfig/selinux

改写文件内容如下
linux平台Nginx整合php后浏览器File not found问题

参考链接:https://blog.csdn.net/weixin_35797963/article/details/116251518

原创文章,作者:jamestackk,如若转载,请注明出处:https://blog.ytso.com/273883.html

(0)
上一篇 2022年7月12日
下一篇 2022年7月12日

相关推荐

发表回复

登录后才能评论