Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
追加することにより、デーモンモードで単純なwsgiアプリを正常にテストして実行しました。
WSGIDaemonProcess wsgi_proc WSGIProcessGroup wsgi_proc
私は新しいプロセスがで印刷されることを期待しています
ps aux| grep wsgi_proc
ただし、そうではありませんが、wsgi アプリは正常に動作しています。私は何が欠けていますか?
WSGIDaemonProcess の「display-name」オプションのドキュメントを参照してください。