Re: problems with runfcgi

2006-08-03 Thread Gacha
I was thinking that runfscgi is smth like runserver :D now I understand my mistake. Thanx :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@go

Re: problems with runfcgi

2006-08-03 Thread Malcolm Tredinnick
On Thu, 2006-08-03 at 13:55 -0700, Gacha wrote: > I tryed to run "python manage.py runfcgi method=threaded > host=195.13 port=7778 daemonize=false" in my project dir. The > command executed, but nothing happened. I opened my site in browser and > it was loading and loading an loading, but it d

problems with runfcgi

2006-08-03 Thread Gacha
I tryed to run "python manage.py runfcgi method=threaded host=195.13 port=7778 daemonize=false" in my project dir. The command executed, but nothing happened. I opened my site in browser and it was loading and loading an loading, but it didn;t get any response from django. What I'm doing wrong