Re: Apache Segfaults

2012-02-01 Thread akaariai
On Feb 2, 4:21 am, Alex Kopp wrote: > Yes, the development server works fine on the server I am getting the > apache error. The server is ubuntu and everything is installed either via > apt-get or pip. I'm not copying any modules from machine to machine. This is out of my expertise area... But, s

Re: Apache Segfaults

2012-02-01 Thread Alex Kopp
Yes, the development server works fine on the server I am getting the apache error. The server is ubuntu and everything is installed either via apt-get or pip. I'm not copying any modules from machine to machine. On Wed, Feb 1, 2012 at 9:13 PM, akaariai wrote: > On Feb 2, 3:47 am, Loafer wrote:

Re: Apache Segfaults

2012-02-01 Thread akaariai
On Feb 2, 3:47 am, Loafer wrote: > 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. Afte

Apache Segfaults

2012-02-01 Thread Loafer
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 check