2019年10月18日金曜日

wsgi 動かない。 503 Service Unavailable

Permission denied: [client 127.0.0.1:33562] mod_wsgi (pid=5683): Unable to connect to WSGI daemon process 'analyze' on '/etc/httpd/logs/wsgi.5655.0.2.sock' as user with uid=48.



# vi /etc/httpd/conf.d/wsgi.conf

WSGISocketPrefix run/wsgi
又は、
WSGISocketPrefix /var/run/wsgi

0 件のコメント:

コメントを投稿

python バージョン切り替え

# dnf install python3.9 # dnf install python3.11 # dnf install python3.12 # dnf install python3.13 # alternatives --install /usr/bin/python ...