2

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>

問題は、ローカルホストにアクセスすると、

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

どうもありがとう。

4

0 に答える 0