Changeset 2719
- Timestamp:
- 04/21/06 11:59:14 (3 years ago)
- Files:
-
- django/trunk/docs/modpython.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/modpython.txt
r2687 r2719 13 13 Django requires Apache 2.x and mod_python 3.x. 14 14 15 We recommend you use Apache's `prefork MPM`_, as opposed to the `worker MPM`_. 16 15 17 .. _Apache: http://httpd.apache.org/ 16 18 .. _mod_python: http://www.modpython.org/ 17 19 .. _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 18 22 19 23 Basic configuration
