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
This commit is contained in:
Adrian Holovaty 2006-04-21 16:59:14 +00:00
parent 40fee1b8f0
commit 0e40fb14d5
1 changed files with 4 additions and 0 deletions

View File

@ -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
===================