For what it's worth, we run the same stack pretty flawlessly. We have a bunch of mod_php sites, and now a bunch of mod_wsgi sites. By using daemon mode, I have never had any problem.
On Fri, Oct 8, 2010 at 6:48 PM, Carl Nobile <[email protected]> wrote: > Look at this thread: > > http://groups.google.com/group/modwsgi/browse_thread/thread/2e84f9ae0b5ac0c4/f98f9f5b35ff8200?lnk=gst&q=mod_php+and+mod_wsgi#f98f9f5b35ff8200 > > ~Carl > > On Fri, Oct 8, 2010 at 6: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]<modwsgi%[email protected]> > . > >> For more options, visit this group at > http://groups.google.com/group/modwsgi?hl=en. > >> > >> > > > > > > > > -- > > > ------------------------------------------------------------------------------- > > Carl J. Nobile (Software Engineer) > > [email protected] > > > ------------------------------------------------------------------------------- > > > > > > -- > > ------------------------------------------------------------------------------- > 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]<modwsgi%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/modwsgi?hl=en. > > -- 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.
