The docs aren't quite clear on this. I follow the last section in the documentation http://www.djangoproject.com/documentation/fastcgi/
But when accessing the url, I get the following in the error log: [Sun Oct 1 18:07:38 2006] [error] [client xx.xx.xx.xx] File does not exist: /home/[username]/public_html/500.shtml [Sun Oct 1 18:07:38 2006] [error] [client xx.xx.xx.xx] FastCGI: incomplete headers (0 bytes) received from server "/home/[username]/public_html/django/mysite.fcgi" [Sun Oct 1 18:07:38 2006] [error] [client xx.xx.xx.xx] FastCGI: comm with (dynamic) server "/home/[username]/public_html/django/mysite.fcgi" aborted: (first read) idle timeout (30 sec) [Sun Oct 1 18:07:35 2006] [warn] FastCGI: (dynamic) server "/home/[username]/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:07:32 2006] [warn] FastCGI: (dynamic) server "/home/[username]/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:07:29 2006] [warn] FastCGI: (dynamic) server "/home/[username]/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:07:26 2006] [warn] FastCGI: (dynamic) server "/home/[username]/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:07:23 2006] [warn] FastCGI: (dynamic) server "/home/[username]/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:07:21 2006] [warn] FastCGI: (dynamic) server "/home/[username]/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:07:20 2006] [warn] FastCGI: (dynamic) server "/home/[username]/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:07:20 2006] [warn] FastCGI: (dynamic) server "/home/[username]/public_html/django/mysite.fcgi" (pid 25302) terminated by calling exit with status '255' FastCGI: can't start server "/home/[username]/public_html/django/mysite.fcgi" (pid 25302), execle() failed: No such file or directory [Sun Oct 1 18:07:20 2006] [warn] FastCGI: (dynamic) server "/home/[username]/public_html/django/mysite.fcgi" restarted (pid 25302) [Sun Oct 1 18:07:15 2006] [warn] FastCGI: (dynamic) server "/home/[username]/public_html/django/mysite.fcgi" (pid 25279) terminated by calling exit with status '255' FastCGI: can't start server "/home/[username]/public_html/django/mysite.fcgi" (pid 25279), execle() failed: No such file or directory [Sun Oct 1 18:07:15 2006] [warn] FastCGI: (dynamic) server "/home/[username]/public_html/django/mysite.fcgi" restarted (pid 25279) [Sun Oct 1 18:07:10 2006] [warn] FastCGI: (dynamic) server "/home/[username]/public_html/django/mysite.fcgi" (pid 25276) terminated by calling exit with status '255' FastCGI: can't start server "/home/[username]/public_html/django/mysite.fcgi" (pid 25276), execle() failed: No such file or directory [Sun Oct 1 18:07:10 2006] [warn] FastCGI: (dynamic) server "/home/[username]/public_html/django/mysite.fcgi" restarted (pid 25276) [Sun Oct 1 18:07:05 2006] [warn] FastCGI: (dynamic) server "/home/[username]/public_html/django/mysite.fcgi" (pid 25272) terminated by calling exit with status '255' FastCGI: can't start server "/home/[username]/public_html/django/mysite.fcgi" (pid 25272), execle() failed: No such file or directory [Sun Oct 1 18:07:05 2006] [warn] FastCGI: (dynamic) server "/home/[username]/public_html/django/mysite.fcgi" started (pid 25272) Any pointers ? I haven't installed django or anything yet, trying to get this up step by step. I also don't have shell access, but I can chmod files. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---