[Sun Oct 1 18:19:00 2006] [error] [client xx.xx.xx.xx] FastCGI:
incomplete headers (0 bytes) received from server
"/home/pinetree/public_html/django/mysite.fcgi"
[Sun Oct 1 18:19:00 2006] [warn] FastCGI: (dynamic) server
"/home/pinetree/public_html/django/mysite.fcgi" has failed to remain
running for 30 seconds given 3 attempts, its restart interval has been
backed off to 600 seconds
[Sun Oct 1 18:19:00 2006] [error] [client xx.xx.xx.xx] FastCGI: comm
with (dynamic) server "/home/pinetree/public_html/django/mysite.fcgi"
aborted: (first read) idle timeout (30 sec)
[Sun Oct 1 18:18:57 2006] [warn] FastCGI: (dynamic) server
"/home/pinetree/public_html/django/mysite.fcgi" has failed to remain
running for 30 seconds given 3 attempts, its restart interval has been
backed off to 600 seconds
[Sun Oct 1 18:17:20 2006] [warn] FastCGI: (dynamic) server
"/home/pinetree/public_html/django/mysite.fcgi" (pid 30001) terminated
by calling exit with status '255'
FastCGI: can't start server
"/home/pinetree/public_html/django/mysite.fcgi" (pid 30001), execle()
failed: No such file or directory
I have copied the django dir from site-packages to
/home/[username]/django ,also flup to /home/[username]/flup
I have pointed the os.path to /home/[username]/django, I have chmoded
(via ftp) the mysite.fcgi. I don't know what else to do...