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

Given that,
What does `ls -la /home/jass/Automation/apache/` say?
What about `tail -n 140 /var/log/apache2/error.log`


On Fri, Jan 17, 2014 at 3:59 AM, Jasvir Singh <jassigrewa...@gmail.com>wrote:

> Hello everyone.
> I am facing a problem when I access it in browser. I need your help to
> solve this error.
> I am using apache 2.4.6 as web server and django-1.5.2 as framework.
> Here are my httpd.conf file and wsgi script:
> http://paste.ubuntu.com/6766758/
> http://paste.ubuntu.com/6766759/
>
> When ever I access localhost/automation, it gives following error :
> http://pbrd.co/KmTP4Y
>
> Please feel free to ask anything else.
>
> --
> Jasvir Singh Grewal
> www.jsgrewal.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAN_O85uhhWz1pDtDED9iwphk3oRRCn6QMP4Vd_so%2BwC3OM2zvQ%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2By5TLbrjMx4J9QSUzJTNvC2FhA7EQmTLxOrM4SPYxBi-gNEfA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to