我正在使用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.
非常感谢。