> Dear all,
>
> I'm still new with django. I have just started django with FCGI as such:
> python manage.py runfcgi method=prefork host=127.0.0.1 port=8801
>
> But when I access my application from the browser : http://localhost:8801
> Nothing happens, the browser just hangs without showing anything.
>
> I've read the docs from here:
> http://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/#howto-deployment-fastcgi
>
> Have I missed on anything?
>

Yes ..

Your web server that will talk to your browser and to your pyhton app over
fastcgi

lower in the link you provided  are instructions for configuring some web
servers

> Thank you in advance
>
> --
> If you can't believe in God the chances are your God is too small.
>
> Read my blog: http://joshuajava.wordpress.com/
> Follow me on twitter: http://twitter.com/jpartogi
>
> >
>


leonel



--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to