python:django:django_deployment

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
最新のリビジョン両方とも次のリビジョン
python:django:django_deployment [2010/05/30 17:05] ともやんpython:django:django_deployment [2019/07/27 06:29] ともやん
行 1: 行 1:
 +<ifauth !@loggedinusers><html>
 +<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
 +<script>
 +     (adsbygoogle = window.adsbygoogle || []).push({
 +          google_ad_client: "ca-pub-0791334967460971",
 +          enable_page_level_ads: true
 +     });
 +</script></html></ifauth>
 ====== 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.txt
  • 最終更新: 2019/08/19 07:04
  • by ともやん