Django

Code

Changeset 2719

Show
Ignore:
Timestamp:
04/21/06 11:59:14 (3 years ago)
Author:
adrian
Message:

Added note to docs/modpython.txt about prefork MPM vs. worker MPM

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/modpython.txt

    r2687 r2719  
    1313Django requires Apache 2.x and mod_python 3.x. 
    1414 
     15We recommend you use Apache's `prefork MPM`_, as opposed to the `worker MPM`_. 
     16 
    1517.. _Apache: http://httpd.apache.org/ 
    1618.. _mod_python: http://www.modpython.org/ 
    1719.. _mod_perl: http://perl.apache.org/ 
     20.. _prefork MPM: http://httpd.apache.org/docs/2.2/mod/prefork.html 
     21.. _worker MPM: http://httpd.apache.org/docs/2.2/mod/worker.html 
    1822 
    1923Basic configuration