HTTP 错误 500.0 - Internal Server Error
无法在应用程序配置中找到 scriptProcessor
找这个问题浪费了我两小时,最后我安装了一个虚拟环境后成功了
主要原因是
scriptProcessor 里的文件路径不能有空格
HTTP 错误 500.0 - Internal Server Error 无法在应用程序配置中找到 scriptProcessor
从新安装虚拟环境
安装虚拟环境
进入虚拟环境

之后安装 wfastcgi

pip install wfastcgi

执行命令 wfastcgi-enable 获取路径,然后替换原有路径,重启服务器就可以了
HTTP 错误 500.0 - Internal Server Error 无法在应用程序配置中找到 scriptProcessor

相关文章:

  • 2022-12-23
  • 2021-04-26
  • 2022-01-22
  • 2021-09-07
  • 2021-11-26
  • 2021-07-23
  • 2021-05-06
猜你喜欢
  • 2022-12-23
  • 2021-07-08
  • 2021-10-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案