Apache,Django。禁止您无权访问此服务器上的/

时间:2013-02-27 14:55:25

标签: python django apache

我正在使用Ubuntu 12.04 LTS。

我在/ home / server /

下创建了一个django项目

这是我添加到httpd.conf中的内容:

WSGIScriptAlias / /home/server/my_server/wsgi.py
WSGIPythonPath /home/server/
<Directory /home/server/>
   <Files wsgi.py>
       Order deny,allow
       Allow from all
   </Files>
</Directory>

问题是,当我访问localhost时,它说

Forbidden
You don't have permission to access / on this server.

非常感谢。

0 个答案:

没有答案