gpt4 book ai didi

Django在Apache上使用mod_wsgi-500错误: Authtype not set?

转载 作者:行者123 更新时间:2023-12-04 04:48:56 24 4
gpt4 key购买 nike

试图在Dreamhost上部署我的第一个Django网站...我已经完成了这项工作,但是我不确定如何使它停止工作。

这是错误消息:

[crit] [client 74.72.99.26] configuration error:  couldn't perform authentication. AuthType not set!: /internal_error.html

<VirtualHost :80>
WSGIScriptAlias / /home/username/mysite.com/dir/project/wsgi.py
<Directory /home/username/mysite.com/dir/project>
<Files wsgi.py>
Order deny,allow
Require all granted
</Files>
</Directory>
</VirtualHost>

我也可以包含wsgi.py信息,但我不认为这是问题所在,因为就像我说的那样,我的网站已经开始运作。不知道这是否相关,但是我还尝试用密码保护我的域(我在Dreamhost面板中做了此操作),以便人们在我尝试部署它时无法看到我的网站-这是唯一的身份验证我可以想到这可能是导致这种情况的原因,但是我取消了密码保护功能,但仍然出现错误。

最佳答案

我在Apache v 2.2(Ubuntu)上遇到了同样的问题。从documentation:

“如果使用的Apache版本早于2.4,请用Require all granted替换Allow from all

...并解决了它。

关于Django在Apache上使用mod_wsgi-500错误: Authtype not set?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18064060/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com