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
[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 vers
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 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 django-users@googlegroup
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
os.environ['DJANGO_SE
5 matches
Mail list logo