Re: django - fastcgi - flup

2006-09-14 Thread Picio
OK done it works well. I've tried also: python manage.py runfcgi help and It went well. Thanks a lot. Picio 2006/9/14, Ivan Sagalaev <[EMAIL PROTECTED]>: > > Picio wrote: > > Thanks Ivan, just done the install. > > Is there a quick way to verify it's ok or do I have just to finish to > > read the

Re: django - fastcgi - flup

2006-09-14 Thread Ivan Sagalaev
Picio wrote: > Thanks Ivan, just done the install. > Is there a quick way to verify it's ok or do I have just to finish to > read the doc at > http://www.djangoproject.com/documentation/fastcgi/ ? The usual thing for any python library: go to python prompt and run 'import flup'. If there are no

Re: django - fastcgi - flup

2006-09-14 Thread Picio
Thanks Ivan, just done the install. Is there a quick way to verify it's ok or do I have just to finish to read the doc at http://www.djangoproject.com/documentation/fastcgi/ ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: django - fastcgi - flup

2006-09-14 Thread Ivan Sagalaev
Picio wrote: > Hello, > I have a very cheap and small home webserver that uses lighttpd + fastcgi. > I've read http://www.djangoproject.com/documentation/fastcgi/ > but I don't understand how to install and use "flup". This is a Python library that you can get here: http://www.saddi.com/software

django - fastcgi - flup

2006-09-14 Thread Picio
Hello, I have a very cheap and small home webserver that uses lighttpd + fastcgi. I've read http://www.djangoproject.com/documentation/fastcgi/ but I don't understand how to install and use "flup". Can someone point me in the right direction or provide me a little guide? Of course django is alread

Re: success: django + fastcgi (flup) + nginx

2005-12-16 Thread Ivan Fedorov
Igor Goryachev пишет: > Hello everybody. > > It seems, I have got a success with django application running under > FastCGI (flup) and nginx web-server. There were no difficults, thanks > to Hugo! :) Anyway I will try to write a small howto this weekend. > I'm start using it some weeks ago. Wor

Re: success: django + fastcgi (flup) + nginx

2005-12-16 Thread Igor Goryachev
On Fri, Dec 16, 2005 at 02:10:54AM -0800, Sebastien Fievet wrote: > Very nice weblog. Looks great ! If you mean the theme, it was borrowed from blojsom weblog s/w. -- Igor Goryachev E-Mail/Jabber: [EMAIL PROTECTED]

Re: success: django + fastcgi (flup) + nginx

2005-12-16 Thread Grigory Fateyev
Hello Igor Goryachev! On Fri, 16 Dec 2005 11:39:18 +0300 you wrote: > > Hello everybody. > > It seems, I have got a success with django application running under > FastCGI (flup) and nginx web-server. There were no difficults, thanks > to Hugo! :) Anyway I will try to write a small howto this w

Re: success: django + fastcgi (flup) + nginx

2005-12-16 Thread Sebastien Fievet
Very nice weblog. Looks great !

success: django + fastcgi (flup) + nginx

2005-12-16 Thread Igor Goryachev
Hello everybody. It seems, I have got a success with django application running under FastCGI (flup) and nginx web-server. There were no difficults, thanks to Hugo! :) Anyway I will try to write a small howto this weekend. My working blog application is at http://www.goryachev.org/blog/. Thanks