Re: fastcgi path problems

2010-04-22 Thread Francis Gulotta
Just to update this problem a little more, I've opened a question on serverfault with some additional information which I'll include here. http://serverfault.com/questions/134863/nginx-fastcgi-problems-with-django My manage.py fastcgi command. > python manage.py runfcgi method=threaded host=127.

fastcgi path problems

2010-04-21 Thread Francis Gulotta
I'm deploying my first django app. I'm familiar with nginx and fastcgi's. Currently I get a 404 page regardless of the url and for some reason a double slash For http://www.site.com/admin/ Page not found (404) Request Method: GET Request URL: http://www.site.com/admin// My urls.py from the de