Re: Accessing django app that is start with FCGI

2009-03-13 Thread Carlos A. Carnero Delgado
> 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 You could try http://cleverdevil.org/computing/24/python-fastcgi-wsgi-and-lighttpd although I've had more luck with http://iamtgc.com/2007/07

Re: Accessing django app that is start with FCGI

2009-03-13 Thread Joshua Partogi
On Mar 14, 1:18 am, "Leonel Nunez" 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

Re: Accessing django app that is start with FCGI

2009-03-13 Thread Leonel Nunez
> 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 anythi

Accessing django app that is start with FCGI

2009-03-13 Thread Joshua Partogi
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 re