Re: SCGI error

2011-09-14 Thread Andre Terra
On Wed, Sep 14, 2011 at 6:10 AM, Tom Evans wrote: I'm not entirely experienced with scgi or uWSGI, but I'm almost > certain that neither of them talk HTTP, which is what Firefox uses to > talk to servers. You need to connect your WSGI/SCGI server to a HTTP > server like Apache, lighttpd, Cherokee

Re: SCGI error

2011-09-14 Thread David Markey
Correct, You need a webserver in front of manage.py runfcgi, which understands the protocol. To talk to django directly with your browser use manage.py runserver On 14 September 2011 10:10, Tom Evans wrote: > On Sat, Sep 10, 2011 at 9:05 PM, Brian Myers > wrote: > > It seems I am getting a

Re: SCGI error

2011-09-14 Thread Tom Evans
On Sat, Sep 10, 2011 at 9:05 PM, Brian Myers wrote: > It seems I am getting an error from the WSGI server after all. As a reminder, > my uwsgi process is started from upstart like this: > > exec python /var/www/NurseTriage/triagedb/manage.py runfcgi protocol=scgi > method=threaded host=127.0.0.1