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 didn;t get any response
> from django. What I'm doing wrong?

What operating system are you on (it may make a difference, I don't know
yet)?

When you say "nothing happened", do you mean you got a command prompt
back immediately (this shouldn't happen with daemonize=false)?

On a Unix-like system, try "netstat -tl" and see if there is something
listening on port 7778. If not, that is going to be something to
investigate further.

Are you using Apache or lighttpd as your web server? Do you realise you
need a web server in front of the fast cgi process? You don't just point
your browser at port 7778.

Sorry for answering your question with a bunch more questions, but if
you can fill in the missing information, we can probably give you some
more suggestions.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to