Django & Apahce2 アプリケーションにアクセスしても response が来ない。
問題
Azure Virtual machine 上にある Django & Apahce2 アプリケーションにアクセスしても response が来ない。(ブラウザが更新中のまま動かない。)
処理過程でpytorchを使っている。
原因
C/C++の拡張モジュールを使っていた事が理由らしい。
対処
Apache2の設定ファイルに以下を追記すればよいらしい。
<VirtualHost>
...
# 以下を追記
WSGIApplicationGroup %{GLOBAL}
</VirtualHost>
参考
django - WSGI : Truncated or oversized response headers received from daemon process - Server Fault
scipyをDjangoで使おうとしたらアプリ自体が動かなくなった | The Brave Penguin Lab.
using scipy in django with apache and mod_wsgi - Stack Overflow
Author And Source
この問題について(Django & Apahce2 アプリケーションにアクセスしても response が来ない。), 我々は、より多くの情報をここで見つけました https://qiita.com/Masahiro_T/items/3e2499ba4b1f9af42a8d著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .