最近在服务器上部署网站的时候报 500 错误,检查 apache 日志发现以下错误:
configuration error: couldn't perform authentication. AuthType not set!: /
经过检查发现在 apache 配置文件 http.conf 中有以下配置:
Require all granted
删除其中的Require all granted,重启 apache,问题解决。
声明:本文为原创文章,版权归主机之家测评所有,欢迎分享本文,转载请保留出处!