mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	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:
		| @@ -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 | ||||
| =================== | ||||
|   | ||||
		Reference in New Issue
	
	Block a user