最近在服务器上部署网站的时候报500错误,检查apache日志发现以下错误:
configuration error: couldn’t perform authentication. AuthType not set!: /
经过检查发现在apache配置文件http.conf中有以下配置:
<Directory />
Require all granted
</Directory>
删除其中的Require all granted,重启apache,问题解决。
想要了解更多内容,请持续关注码农资源网,一起探索发现编程世界的无限可能!
本站部分资源来源于网络,仅限用于学习和研究目的,请勿用于其他用途。
如有侵权请发送邮件至1943759704@qq.com删除
码农资源网 » apache:configuration error: couldn’t perform authentication. AuthType not set!: /
本站部分资源来源于网络,仅限用于学习和研究目的,请勿用于其他用途。
如有侵权请发送邮件至1943759704@qq.com删除
码农资源网 » apache:configuration error: couldn’t perform authentication. AuthType not set!: /