2009/1/13 Bastian Hoyer <[email protected]>:
>
>
> Is there a disadvantage of running mpm worker with php ?

If running PHP embedded in Apache, rather than as distinct process
under fastcgi/suexec, then using worker MPM could cause issues. This
is because worker MPM is multithreaded and although the core of PHP is
I believe thread safe, a lot of extension modules for it are not. Thus
you run risk of some extension module for PHP crashing if used under
worker MPM.

> I did not try
> mod_wsgi on my server but when I installed mod_python I switched to
> mpm to worker and I still run 2 vbulletin forums on that server
> without any issues.
> It's a virtual server and still run latest apache 2.0 .. Is there an
> huge advantage about updating to 2.2 ?
> Currently the Apache is serving all files, but I'll want to change
> that soon.

If Apache 2.0 is running okay for you and you don't need additional
features of 2.2, so long as you at least keep up to date with any
Apache security fixes for that version, no pressing need to upgrade to
2.2. The latest version of the 2.0 branch is 2.0.63:

  http://www.apache.org/dist/httpd/Announcement2.0.html

Graham

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to