解决网站报错"configuration error: couldn't perform authentication. AuthType not set!"

调整服务器中的客户网站的时候,有不清楚哪里的问题导致无法打开,然后查看日志有看到这样"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:如果我们没有能力手动配置还是用一键包。

投上你的一票

原创文章,转载请注明出处:https://www.itbulu.com/perform-authentication.html

上一篇 2024年9月12日 09:43
下一篇 2024年9月14日 09:40

相关推荐