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:
parent
40fee1b8f0
commit
0e40fb14d5
|
@ -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
|
||||
===================
|
||||
|
|
Loading…
Reference in New Issue