Re: Problem trying to configure Django with FastCGI and Lighttpd

2007-12-18 Thread simonjwoolf
Interesting, I've changed my fcgi script to prefork, and updated the lighttpd conf to have the edternal IP address of the machine and now I'm getting a 403 - Forbidden error when I go to the site URL. I think one area of confusion (for me) is how and when to start Django's fcgi process. Currentl

Re: Problem trying to configure Django with FastCGI and Lighttpd

2007-12-17 Thread simonjwoolf
0.97-pre-SVN-6940 Nothing much in the logs. I just tried telnet 127.0.0.1 3303 and I get connection refused, so maybe that is where the problem lies . . . On Dec 17, 7:54 pm, "Martin Conte Mac Donell" <[EMAIL PROTECTED]> wrote: > Which version of django are you using? What do you see on lighttpd

Re: Problem trying to configure Django with FastCGI and Lighttpd

2007-12-17 Thread simonjwoolf
How would I "run it prefork"? Sorry to be a dunce - I'm a bit new to this! I checked the logs, nothing in the error logs since I made a couple of changes, thus: fastcgi.server = ( "/mysite.fcgi" => ( "main" => ( # Use host / port instead of socket for TCP fastcgi

Problem trying to configure Django with FastCGI and Lighttpd

2007-12-17 Thread simonjwoolf
HI, Does anyone have recent experience of setting of a Django site with FastCGI and Lighttpd? We have a new dedicated server and have been trying to set this up without succcess. Software: Lighttpd 1.4.18 Flup 0.5 Django 0.97 pre-SVN (ie: current SVN trunk) Excerpt from Lighttpd config: --