On Mar 14, 1:18 am, "Leonel Nunez" <lis...@enelserver.com> wrote:
> > 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-...
>
> > 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

I think I kinda understand the way it works now. I can see that I
require a mysite.fcgi. How does that file look like? It is not written
in the docs

Thank you in advance
--~--~---------~--~----~------------~-------~--~----~
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