【发布时间】:2017-02-20 22:17:55
【问题描述】:
我在这里用头撞砖墙。我有一个通过 xampp 的 Apache 2.4 服务器,我正在尝试使用 wsgi 应用程序进行设置。我按照https://modwsgi.readthedocs.io/en/develop/user-guides/quick-configuration-guide.html 的说明进行了很多搜索,但似乎没有任何效果,而且我总是收到此错误
Access forbidden!
You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.
If you think this is a server error, please contact the webmaster.
Error 403
10.226.65.62
Apache/2.4.23 (Win32) OpenSSL/1.0.2j mod_wsgi/4.4.12 Python/2.7.12 PHP/5.6.24
我已将窗口文件夹权限设置为“所有人”并尝试了各种组合
<Directory "C:/wsgi-scripts">
AllowOverride none
Require all denied
</Directory>
但似乎没有任何效果。有人对此有任何想法吗?我的 httpd.conf 可以在这里找到http://pastebin.com/uLtdXqrv
谢谢
【问题讨论】: