-1
Django的Apache配置從the Django documentation:與mod_wsgi的模塊
WSGIDaemonProcess example.com python-home=/path/to/venv python-path=/path/to/mysite.com
WSGIProcessGroup example.com
在哪裏呢 '蟒蛇家' 點? 'python-path'指向哪裏? 'example.com'指向哪裏?
所以,如果我沒有虛擬環境,我應該不包括'python-home'行嗎?還是有一些其他聲明被列入? –
嘗試刪除它並查看它是否有效 – Alasdair