On 24 March 2010 16:54, Deron Meranda <[email protected]> wrote: > 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
True, usually even newbies know more about packaging for these specific Linux distributions than me so I sort of assume they will know the voodoo that I don't. :-) Proper distribution specific instructions for installing mod_wsgi from packages or source is another thing missing from the documentation. There are lots of blog posts out there for some, but do accept a lot of them are pretty lousy with some propagating wrong configuration due to taking a mod_python configuration and then trying to tweak it. That is why it is quite common to see people using 'SetHandler None' even though not required in standard configurations for mod_wsgi. 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.
