Re: Issues with FastCGI

2006-11-08 Thread [EMAIL PROTECTED]
I'll update PL and EN versions :) --~--~-~--~~~---~--~~ 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

Re: Issues with FastCGI

2006-11-07 Thread Jaroslaw Zabiello
[EMAIL PROTECTED] napisaƂ(a): > Did you read this: > http://www.python.rk.edu.pl/w/p/django-pod-serwerem-nginx/ ? :) I found it in Google cache. I solve your problem with static files in Django & Nginx. See http://blog.zabiello.com/articles/2006/11/08/nginx-apache-killer (sorry, only Polish

Re: Issues with FastCGI

2006-11-07 Thread Jaroslaw Zabiello
Page not found --~--~-~--~~~---~--~~ 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

Re: Issues with FastCGI

2006-11-05 Thread [EMAIL PROTECTED]
Did you read this: http://www.python.rk.edu.pl/w/p/django-pod-serwerem-nginx/ ? :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Issues with FastCGI

2006-11-05 Thread Jaroslaw Zabiello
I am using Django SVN rev.4021, Python 2.4.3, Nginx 0.4.12, I cannot launch Django under FastCGI. My django.fcgi file is: #!/usr/bin/env python import os, sys sys.path += ['/home/app'] from flup.server.fcgi import WSGIServer from django.core.handlers.wsgi import WSGIHandler