On 31 January 2010 00:07, janedenone <[email protected]> wrote:
> On Jan 30, 12:57 pm, Graham Dumpleton <[email protected]>
> wrote:
>> 2010/1/30 janedenone <[email protected]>:
>>
>>
>>
>> > On Jan 30, 3:14 am, Graham Dumpleton <[email protected]>
>> > wrote:
>> >> BTW, what operating system is this? Don't think you have said what it was.
>>
>> > Sorry: CentOS 5.2
>>
>> >> Also might be an idea to say whether you are installing binary
>> >> packages for Apache and mod_wsgi or whether compiling from source code
>> >> and what versions of Apache, APR and mod_wsgi.
>>
>> > Apache 2.2.3/APR 1.2.7, mod_wsgi 3.1.
>>
>> Are though these being installed from binary RPM packages or all
>> compiled from source code?
>
> Apache/APR were provided with CentOS, mod_wsgi was compiled from
> source.
>
>> If I had to guess, the problem may be that you are using a binary RPM
>> package for mod_wsgi which is compiled against a newer version of
>> Apache and APR libraries than what you are running.
>>
>> Although there is some measure of guaranteed compatibility if using an
>> Apache module compiled against older Apache than what it is being used
>> with, the reverse isn't necessarily true.
>>
>> If you are compiling everything from source code and even recompiled
>> mod_wsgi from source code when you switched from prefork to worker MPM
>> and still had the problem, then I would be worried.
>
> Just did that: Switched to worker MPM and recompiled/installed
> mod_wsgi – same result.

Can you provide output for:

  egrep -h '^ *LoadModule' /etc/httpd/conf/httpd.conf /etc/httpd/conf.d/*.conf

I had no issue with switching to use worker MPM for precompiled mod_wsgi rpm.

I wish to compare what other Apache modules you have loaded to basic
set as well as to what other person with CentOS issues is using.

My CentOS installation is virgin install from 5.4 DVD with only
addition being 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.

Reply via email to