On Fri, Jan 17, 2014 at 8:37 PM, Andrew Farrell <
armors...@gmail.com> wrote:
> To bisect your problem, I think that the error happens before the wsgi file
> even runs.
> you can test this by putting
> assert False at the top of /home/jass/Automation/apache/django.wsgi and
> seeing if the error changes to a 500. If it doesn't, I'm right. If it does,
> the problem is in django.wsgi
yes you are right. When I removed wsgi file, error remains same
> Given that,
> What does `ls -la /home/jass/Automation/apache/` say?
total 12
drwxrwxrwx 2 jass jass 4096 Jan 17 23:57 .
drwxrwxrwx 11 jass jass 4096 Jan 17 17:28 ..
-rw-r----- 1 jass jass 203 Jan 17 23:57 django.wsgi
> What about `tail -n 140 /var/log/apache2/error.log`
https://gist.github.com/jasvir99/8478976