搭建的网站 出现403 forbidden nginx怎么解决

搭建的网站 出现403 forbidden nginx怎么解决,第1张

1你的IP被列入黑名单

2你在一定时间内过多地访问此网站(一般是用采集程序),被防火墙拒绝访问了

3网站域名解析到了空间,但空间未绑定此域名

4你的网页脚本文件在当前目录下没有执行权限

5在不允许写/创建文件的目录中执行了创建/写文件操作

6

服务器繁忙,同一IP地址发送请求过多,遭到服务器智能屏蔽

解决办法

用以下命令修改文件夹安全属性

chcon -R -t httpd_user_content_t public_html/

所用命令解析:

ls -Z -d public_html/

    #显示文件/目录的安全语境-Z, --context

           Display  security context so it fits on most displays.  Displays only mode, user, group, security              context and file name.-d, --directory

            list directory entries instead of contents, and do not dereference symbolic links

chcon -R -t httpd_user_content_t public_html/

     #修改文件/目录的安全语境-R, --recursive

            change files and directories recursively-t, --type

            set type TYPE in the target security context

epoch:指定“Expires”的值为 1 January,1970,00:00:01 GMT

max:指定“Expires”的值为31 December2037 23:59:59GMT,"Cache-Control"的值为10年。

-1:指定“Expires”的值为当前服务器时间-1s,即永远过期。

off:不修改“Expires”和"Cache-Control"的值!


欢迎分享,转载请注明来源:夏雨云

原文地址:https://www.xiayuyun.com/zonghe/62914.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-02-28
下一篇2023-02-28

发表评论

登录后才能评论

评论列表(0条)

    保存