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 件のコメント:

コメントを投稿

データベースフィルドの書き換え

【書き換え】 select Fxxxx,replace( Fxxxx,'D:','C:') from Schema.Table where Fxxxx like 'D:\%' update Schema.Table set Fxx...