From 43395b0993d8af90b35dd4329c1770e2ca748efb Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 23 Apr 2006 05:21:00 +0000 Subject: [PATCH] magic-removal: Merged to [2725] git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2726 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/modpython.txt | 4 ++++ 1 file changed, 4 insertions(+) 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 ===================