Re: Django with fastcgi: hangs

2012-02-18 Thread akaariai
On Feb 19, 12:58 am, pistacchio wrote: > I'm trying to run Django with fastcgi. With runserver I've already > tested that the site works fine in production. When I run > >     python manage.py runfcgi host=127.0.0.1 port=9500 > > the daemon runs, but every call just hangs, like this: > >     pista

Django with fastcgi: hangs

2012-02-18 Thread pistacchio
I'm trying to run Django with fastcgi. With runserver I've already tested that the site works fine in production. When I run python manage.py runfcgi host=127.0.0.1 port=9500 the daemon runs, but every call just hangs, like this: pistacchio@amaterasu:~/sites/comesichiama$ python manage.p