On Oct 4, 6:35 pm, dstuart <[EMAIL PROTECTED]> wrote:
> Just a quick note to say mod_wsgi does support Apache 2 from the site:
>
> "The mod_wsgi package can be compiled for and used with either Apache
> 1.3, 2.0 or 2.2 on UNIX systems (including Linux), as well as Windows.
> Either the single threaded 'prefork' or multithreaded 'worker' Apache
> MPMs can be used when running on UNIX.
>
> Daemon mode of mod_wsgi will however only be available on Apache 2.0
> or 2.2 running on UNIX, and only when the Apache runtime library
> underlying Apache has been compiled with support for threading.
>
> Python 2.3 or later is required and Python must have been compiled
> with support for threading. "

FWIW, the reason I suggested that OP not use mod_python is because
when they first came to me it was about getting mod_python 2.7.11
working on MacOS X with Apache 1.3. To do this requires various
patches to be made to mod_python source code otherwise it will crash
when used. Thus the advice was based on them using Apache 1.3. It
looks like that they later decided to upgrade to Apache 2.X after I
had talked to them. Using mod_wsgi as I suggested was a way around the
need to patch old mod_python to get it working on MacOS X/Apache 1.3,
with mod_wsgi working on all major versions of Apache and Mac OS X as
is. So, bit of context was missing in the original post.

Graham


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to