python:django:django_deployment

文書の過去の版を表示しています。


Django デプロイ メモ

動作環境 Apache + mod_python
パッケージ Apache mod_python
バージョン 2.x 3.x
備考
 Apacheの動作モードは、worker MPM ではなく prefork MPM を推奨。
 コード変更の反映には、Apacheの再起動が必要。つまり、PythonAutoReload On にしても意味がない。むしろ、PythonAutoReload Off とすることでパフォーマンスが向上する。(*1)

Apache と mod_python で Django を動かす - Django v1.0 documentation

  • python/django/django_deployment.1275256379.txt.gz
  • 最終更新: 2019/05/18 02:23
  • (外部編集)