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.txt
  • 最終更新: 2019/08/19 07:04
  • by ともやん