Sunday, July 29, 2012

django FastCGI configuration for Share Host.

Hi,
So I followed all the instructions from the django web source about how to configure it, but all it seems
it gives me a problem - I always get an error 500. 
My main concern and I think problem is that when I run my fcgi script it gives me this: 
WSGIServer: missing FastCGI param REQUEST_METHOD required by WSGI!
WSGIServer: missing FastCGI param SERVER_NAME required by WSGI!
WSGIServer: missing FastCGI param SERVER_PORT required by WSGI!
WSGIServer: missing FastCGI param SERVER_PROTOCOL required by WSGI!
Status: 301 MOVED PERMANENTLY
Content-Type: text/html; charset=utf-8
Location: http://localhost/home/
Which I have no idea what exactly it means and why it is there as I literally copy/pasted the stuff from the guide.
If you need more details of the project set up this is a link to my explanation.
King regards

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/9uCmqUWaS9YJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment