Hello, I need some help on deploying django on a cpanel shared server. I follow the last section in the documentation on using fastcgi, but I get the following error when hitting the URL:
[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... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---