Re: Couple of random Error 500 issues

2013-09-20 Thread Nikolas Stevenson-Molnar
Two other options, depending on how much control you have over the server: 1) Use nginx instead of Apache (smaller memory footprint, leaving more for Python) 2) Use swap memory (http://www.cyberciti.biz/faq/linux-add-a-swap-file-howto/) ... not an option for shared hosting and certain types of VP

Re: Couple of random Error 500 issues

2013-09-20 Thread Mike Dewhirst
On 21/09/2013 3:34am, Carlos Villavicencio wrote: Hello, I have a django project running on digitalocean (in a 512M server) and suddenly it appears Error 500 on the Apache. I'm running wsgi and only 2 users (because we are starting) Looking on the logs, the errors were the following: 1. Impro

Couple of random Error 500 issues

2013-09-20 Thread Carlos Villavicencio
Hello, I have a django project running on digitalocean (in a 512M server) and suddenly it appears Error 500 on the Apache. I'm running wsgi and only 2 users (because we are starting) Looking on the logs, the errors were the following: 1. ImproperlyConfigured: Error importing middleware djang