summaryrefslogtreecommitdiff
path: root/docs/modpython.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-04-23 05:21:00 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-04-23 05:21:00 +0000
commit43395b0993d8af90b35dd4329c1770e2ca748efb (patch)
treed41ef244fd95e76e8d5be3bd9fbe5a989e6ae463 /docs/modpython.txt
parent9bd6bef487d7719353fc026b87e403e8d9cf0f3b (diff)
magic-removal: Merged to [2725]
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2726 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/modpython.txt')
-rw-r--r--docs/modpython.txt4
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
===================