Hi, The docs say [1] that: "Django requires Apache 2.x and mod_python 3.x, and you should use Apache's prefork MPM, as opposed to the worker MPM."
I want to test a Django site on a server (I plan to deploy there some other sites in the future) where there are installed Apache 2 and mod_python 3.1.4. I've seen some references [2][3] that make me suspect that the issues that existed with mod_python and Apache worker might have been solved in mod_python 3.2.8. What problems can I expect if I use mod_python 3.1.4? Do you think the problems might have been fixed in 3.2.8? [1] http://www.djangoproject.com/documentation/modpython/ [2] http://www.djangoproject.com/documentation/modpython/#c2029 [3] http://groups.google.com/group/django-users/browse_frm/thread/843ab71c4ffaf4a0/688749b6e7dd1c45 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---