Re: Lighttpd and Django

2010-02-24 Thread tsuraan
> It's in the documentation at: > . Ok, I did see that, but I didn't understand it. I took the recomended setting, and put FORCE_SCRIPT_NAME='' into my settings.py, and it worked, but I

Re: Lighttpd and Django

2010-02-24 Thread Eric Chamberlain
On Feb 23, 2010, at 8:56 PM, tsuraan wrote: > I'm trying to run django with lighttpd 1.4 and fastcgi. I'm using the > normal recipe that has a rewrite rule to convert all requests but a > few into requests for /foo.fcgi$1, and then I have the fastcgi server > tied to that base.

Lighttpd and Django

2010-02-24 Thread tsuraan
I'm trying to run django with lighttpd 1.4 and fastcgi. I'm using the normal recipe that has a rewrite rule to convert all requests but a few into requests for /foo.fcgi$1, and then I have the fastcgi server tied to that base. The problem that I have is that in django, all my request.path

How to setup Apache, mod_python and a reverse proxy to Lighttpd for Django on Ubuntu

2008-10-17 Thread Alexis Bellido
to Lighttpd for Django on Ubuntu: http://ventanazul.com/webzine/tutorials/setup-apache-lighttpd-django-ubuntu Cheers! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

lighttpd+factcgi+django config question

2007-09-28 Thread 张沈鹏(电子科大08年本科应届)
My config is as below , when start the lighttpd can see threads of django.fcgi . But when try to visit the website , the page is always in loading and never show anything . Meanwhile , no error in the log file . Use the "manage runserver" can show the website correctly. The django in svn