调整服务器中的客户网站的时候,有不清楚哪里的问题导致无法打开,然后查看日志有看到这样"configuration error: couldn't perform authentication. AuthType not set!"的报错。是不是哪里的权限有问题。
<Directory />
Options +Indexes +FollowSymLinks +ExecCGI
AllowOverride All
Order allow,deny
Allow from all
# Require all granted
</Directory>
找到配置文件,然后将Require all granted注释掉,这样开放全部权限可以解决问题。
PS:如果我们没有能力手动配置还是用一键包。
本文出处:老蒋部落 » 解决网站报错"configuration error: couldn't perform authentication. AuthType not set!" | 欢迎分享( 公众号:老蒋朋友圈 )