diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-04-21 16:59:14 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-04-21 16:59:14 +0000 |
| commit | 0e40fb14d5c4e9e4559fe11fa031e2ea17b0c3e1 (patch) | |
| tree | 0ce2b9de9b7710d6c61c46e091384e19a08a94b2 /docs | |
| parent | 40fee1b8f0aa5cab8d2e864465c0488cf8102c64 (diff) | |
Added note to docs/modpython.txt about prefork MPM vs. worker MPM
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2719 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modpython.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/modpython.txt b/docs/modpython.txt index 24cb405231..447bd70573 100644 --- a/docs/modpython.txt +++ b/docs/modpython.txt @@ -12,9 +12,13 @@ other server arrangements. Django requires Apache 2.x and mod_python 3.x. +We recommend you use Apache's `prefork MPM`_, as opposed to the `worker MPM`_. + .. _Apache: http://httpd.apache.org/ .. _mod_python: http://www.modpython.org/ .. _mod_perl: http://perl.apache.org/ +.. _prefork MPM: http://httpd.apache.org/docs/2.2/mod/prefork.html +.. _worker MPM: http://httpd.apache.org/docs/2.2/mod/worker.html Basic configuration =================== |
