Re: Error when using apache 2.4.6

2014-01-17 Thread parnigot
Il 17/01/14 19:38, Jasvir Singh ha scritto: On Fri, Jan 17, 2014 at 8:53 PM, Sandeep kaur wrote: that means add slash at the end. No, It didn't works. You should try to use the new configuration directives for Apache 2.4. For more information see here

Re: Error when using apache 2.4.6

2014-01-17 Thread carlos
Hi i remember one time i try use de version apache 2.4.6 with django and virtualhost but never work correctly and change apache for nginx i resolved my problem :) Cheers On Fri, Jan 17, 2014 at 12:38 PM, Jasvir Singh wrote: > On Fri, Jan 17, 2014 at 8:53 PM, Sandeep kaur > wrote: > > that mean

Re: Error when using apache 2.4.6

2014-01-17 Thread Jasvir Singh
On Fri, Jan 17, 2014 at 8:53 PM, Sandeep kaur wrote: > that means add slash at the end. No, It didn't works. -- 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 rece

Re: Error when using apache 2.4.6

2014-01-17 Thread Jasvir Singh
On Fri, Jan 17, 2014 at 8:37 PM, Andrew Farrell 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 d

Re: Error when using apache 2.4.6

2014-01-17 Thread Sandeep kaur
On Fri, Jan 17, 2014 at 2:29 PM, Jasvir Singh wrote: > > 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/ According to me, in your wsgi file, change sys.path.ap

Re: Error when using apache 2.4.6

2014-01-17 Thread Andrew Farrell
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 Give

Error when using apache 2.4.6

2014-01-17 Thread Jasvir Singh
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 a