gpt4 book ai didi

django - 错误 apache 配置错误 : couldn't perform authentication. AuthType 未设置!:/在 centos 6

转载 作者:太空宇宙 更新时间:2023-11-03 17:14:03 25 4
gpt4 key购买 nike

我想在 CentOS 6使用 Apache 。我设置了 Django 1.8。Apache 配置如下。

 WSGIScriptAlias /io /home/ahmad/io/io/wsgi.py
WSGIPythonPath /home/ahmad/io/:/home/ahmad/io/io/:/home/ahmad/myprojectenv/lib/python3.4/site-packages

Alias /static/ "/home/ahmad/io/static/"
DocumentRoot /home/ahmad/io/

<Directory /home/ahmad/io/io/>
<Files wsgi.py>
Require all granted
</Files>
</Directory>

但是运行时出现Internal Server Error错误。并写入如下错误日志。

configuration error:  couldn't perform authentication. AuthType not set!: /io

请指导我。

最佳答案

如果你的apache版本低于2.4就改

"Require all granted"

"Allow from all"

关于django - 错误 apache 配置错误 : couldn't perform authentication. AuthType 未设置!:/在 centos 6,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35253915/

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