Thanks all I set up for daemon mode in a virtual host. I get 2 httpd processes started for this. All looks pretty stable. But I still get the httpd <defunct> processes and the Segmentation fault for my 20 processes (my usual number of spawned processes). And the test app for wsgi doesn't work. In fact the server is unreachable. Now I'm getting this even with mod_php removed. So it looks like a conflict between mod_wsgi and Apache. I've checked it does appear to be the correct version of apxs I've compiled against.
Hmm. Not looking very encouraging at this point. ~Justin On Oct 8, 11:40 pm, Carl Nobile <[email protected]> wrote: > In general mod_wsgi will not work well with mod_php or mod_python, try > configuring your mod_wsgi apps to use daemon mode this may bring > better luck. > > ~Carl > > > > > > On Fri, Oct 8, 2010 at 6:01 PM, Kropotkin <[email protected]> wrote: > > Just trying to install mod_wsgi 3.3. on my system > > Apache 2.0.52 in prefork mode on RedHat Linux with PHP 5.2.13 > > > My httpd processes start, they appear to take up no memory, have > > 'defunct' next to them and then go away. In the logs I find lines like > > this: child pid 12103 exit signal Segmentation fault (11). I think > > this is not when mod_wsgi is being loaded but on the first request. > > > The conflict is with mod_php. When I remove that all is fine. I tried > > removing all my PHP extensions but that did not fix it. > > > I did have python 2.3.4 installed and mod_wsgi would not compile > > against that but I installed 2.6 and ran configure with this ./ > > configure --with-python=/path/to/my/python2.6] and compile seemed to > > be fine - I got the so. > > > Not sure where to go next > > > Thanks for any steers > > > Justin Wyllie > > > -- > > 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 > > athttp://groups.google.com/group/modwsgi?hl=en. > > -- > --------------------------------------------------------------------------- > ---- > Carl J. Nobile (Software Engineer) > [email protected] > --------------------------------------------------------------------------- > ---- -- 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.
