Re: admin page seg faults

2008-01-25 Thread Heather
Thanks - I'll check that out. On Jan 20, 3:41 pm, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > The mod_wsgi package gets affected by a lot of similar issues to > mod_python. The documentation for mod_wsgi covers various shared > library and name space conflicts including that of MySQL, PHP etc i

Re: admin page seg faults

2008-01-25 Thread Heather
Thanks - I'll check that out. On Jan 20, 3:41 pm, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > The mod_wsgi package gets affected by a lot of similar issues to > mod_python. The documentation for mod_wsgi covers various shared > library and name space conflicts including that of MySQL, PHP etc i

Re: admin page seg faults

2008-01-20 Thread Graham Dumpleton
The mod_wsgi package gets affected by a lot of similar issues to mod_python. The documentation for mod_wsgi covers various shared library and name space conflicts including that of MySQL, PHP etc in: http://code.google.com/p/modwsgi/wiki/ApplicationIssues Even if using mod_python useful to rea

Re: admin page seg faults

2008-01-20 Thread Heather
Well, it looks like the answer is here: http://groups.google.com/group/django-users/browse_thread/thread/797259d0152de507/7855bdc498395f45?lnk=gst&q=segmentation+fault#7855bdc498395f45 the php module and mod_python not playing nice in Apache. I commented out the php module and the admin page wor

admin page seg faults

2008-01-19 Thread Heather
Has anyone had this problem and fixed it? This is happening using apache2, mod_python, & mysql on ubuntu. The rest of the site works just fine. I have the same exact project on my development machine (os x, apache2, mod_python, mysql) and there is no problem at all w/ the admin. I am at a loss