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.

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: