mod_wsgi + mod_php = segmentation fault

2010-10-03 Thread Олег Корсак
Hello. I'm using apache Apache/2.2.16 (Unix) + mpm_worker on my ~amd64 Gentoo Linux box. It has mod_php enabled and all my existing php projects work fine (with mysql too). When I'm enabling mod_wsgi in apache config and trying to run simple empty django project - I'm getting 500 Internal Server E

Re: mod_wsgi + mod_php = segmentation fault

2010-10-03 Thread Srik
Is mod_python enabled by any chance ?. Running both mod_python & mod_wsgi can cause similar errors sometimes. On Oct 3, 3:54 pm, Олег Корсак wrote: > Hello. I'm using apache Apache/2.2.16 (Unix) + mpm_worker on my ~amd64 > Gentoo Linux box. It has mod_php enabled and all my existing php > project

Re: mod_wsgi + mod_php = segmentation fault

2010-10-04 Thread Олег Корсак
no mod_python, only mod_wsgi and mod_php 04.10.2010 02:33, Srik пишет: > Is mod_python enabled by any chance ?. Running both mod_python & > mod_wsgi can cause similar errors sometimes. > > On Oct 3, 3:54 pm, Олег Корсак > wrote: >> Hello. I'm using apache Apache/2.2.16 (Unix) + mpm_worker on my

Re: mod_wsgi + mod_php = segmentation fault

2010-10-08 Thread Kropotkin
Hi I'm having the same problem. I'm using /mod_php5-5.2.9.so With that loaded my worker processes crash as soon as they are started and I get the segmentation fault in the logs. No mod_python. Did you fix this? Thanks Justin On Oct 3, 3:54 pm, Олег Корсак wrote: > Hello. I'm using apache