Here's the setup: I have a Django website that is being run by Apache, and MySQL with no issues. I decided to implement some GIS features as an update. Since MySQL doesn't have much support for GIS, I decided to switch my database over to Postgres. After committing the changes to my SVN, and checking them out on my website, Apache now segfaults whenever I try and load my page. My code works fine on the manage.py development server though.
I've literally spent the last 10 hours trying to figure out what is going on. Here's some information: Apache Log, Virtual Host Config, and django.wsgi file: http://dpaste.org/pJBc2/ GDB Trace: http://dpaste.org/52pTk/ Any help would be greatly appreciated! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.