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.

Currently what I'm doing is starting lighttpd (/etc/init.d/lighttpd
restatr) then starting Django's FCGI process as follows:
$ python manage.py runfcgi protocol=fcgi host=78.110.163.145 port=3303

Am I doing something wrong?


On Dec 17, 9:00 pm, "Chris Moffitt" <[EMAIL PROTECTED]> wrote:
> In your mysite.fcgi script, just pass in the variable "prefork" instead of
> threaded.
>
> The other thing you could try is to use the ip address instead of 127.0.0.1.
>
> -Chris
--~--~---------~--~----~------------~-------~--~----~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to