On Wed, Mar 24, 2010 at 12:42 AM, Graham Dumpleton <[email protected]> wrote: >> RHEL 5.4, Apache/2.2.3, mod_wsgi 2.3 > > Upgrade mod_wsgi. Do not use such an old version. Shouldn't make a > difference with this, but that old version has other bugs in it that > can screw you up. So, use mod_wsgi 3.2 if you can. > > For newer RedHat packages see: > > http://code.google.com/p/modwsgi/wiki/InstallationOnLinux
Should also mention, that if you are going to build from sources, you should be sure to correctly uninstall the old version first. On Red Hat based distros (Fedora, CentOS, RHEL), then do: rpm -e mod_wsgi -- Deron Meranda -- 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.
