1
0
mirror of https://github.com/django/django.git synced 2025-07-04 09:49:12 +00:00

magic-removal: Merged to [2725]

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2726 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-04-23 05:21:00 +00:00
parent 9bd6bef487
commit 43395b0993

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