python:django:django_deployment

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
python:django:django_deployment [2010/05/30 17:05] ともやんpython:django:django_deployment [2019/08/19 07:04] (現在) ともやん
行 1: 行 1:
 ====== Django デプロイ メモ ====== ====== Django デプロイ メモ ======
-^動作環境^Apache^mod_python^  ^  ^ +^動作環境^  Apache + mod_python  ^^  ^  ^ 
-^バージョン|2.x|3.x|  |  | +^パッケージ^  Apache  ^  mod_python  ^  ^  ^ 
-^備考|コード変更の反映には、\\ Apacheの再起動が必要。||  ||+^バージョン|  2.x   3.x  |  |  | 
 +^備考|<html><div style="width: 250px"> Apacheの動作モードは、worker MPM ではなく prefork MPM を推奨。<br /> コード変更の反映には、Apacheの再起動が必要。つまり、PythonAutoReload On にしても意味がない。むしろ、PythonAutoReload Off とすることでパフォーマンスが向上する。(*1)</div></html>||  || 
 + 
 +===== 参考資料 ===== 
 +[[http://djangoproject.jp/doc/ja/1.0/howto/deployment/modpython.html|Apache と mod_python で Django を動かす]] - Django v1.0 documentation\\ 
 +\\
  • python/django/django_deployment.1275206711.txt.gz
  • 最終更新: 2019/05/18 02:23
  • (外部編集)