我关注了Django文档并使用此设置编辑了apache2.conf,
WSGIScriptAlias / /path/to/mysite.com/mysite/wsgi.py
WSGIPythonPath /path/to/mysite.com
<Directory /path/to/mysite.com/mysite>
<Files wsgi.py>
Require all granted
</Files>
</Directory
但是当我访问mysite.com时,我收到了这个错误。
禁止
您无权访问此服务器上的/。 Apache / 2.4.18(Ubuntu)服务器,网址为www.mysite.com端口80
我在VPS上。