apache部署Django项目时出现错误
Permission denied: mod_wsgi (pid=2081): Unable to connect to WSGI daemon process ‘autotester‘ on ‘/etc/httpd/logs/wsgi.2076.0.1.sock‘ after multiple attempts
可在apache配置文件或者wsgi.conf中添加
WSGISocketPrefix /var/run/
时间: 2024-10-04 09:33:49