一个新Lnmp环境在调试项目时出现如下报错:

FastCGI sent in stderr: "Access to the script 'XXX' has been denied (see security.limit_extensions)" 报错处理

处理:

在php.ini中设置cgi.fix_pathinfo=1(默认为0),重新加载php即可。参考链接https://blog.csdn.net/u012129607/article/details/62042169

相关文章:

  • 2022-12-23
  • 2021-11-16
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2022-12-23
  • 2022-02-15
  • 2022-12-23
猜你喜欢
  • 2021-05-18
  • 2022-12-23
  • 2021-10-18
  • 2022-12-23
  • 2021-11-20
相关资源
相似解决方案