I get the following in my error log when this happens:
[Sat Mar 10 04:16:20 2007] [warn] FastCGI: (dynamic) server "/home/my_folder/public_html/dispatch.fcgi" (pid 27474) terminated by calling exit with status '0'
[Sat Mar 10 04:16:20 2007] [error] [client 80.3.128.4] FastCGI: incomplete headers (0 bytes) received from server "/home/my_folder/public_html/dispatch.fcgi"
I had a look at the thread "FastCGI: incomplete headers (0 bytes) received from server" - and am not much the wiser. Stuff that may be relevant from reading that thread.... I'm using mySQL as my session store, and I have commented out the AddHandler fastcgi-script .fcgi in my .htaccess file as asked for in the deployment with fast-cgi tutorial.
Also sometimes it takes longer than usual for a page to load, and the log file contains:
[Sat Mar 10 04:43:47 2007] [warn] FastCGI: (dynamic) server "/home/my_folder/public_html/dispatch.fcgi" (uid 32908, gid 1409) restarted (pid 581)
[Sat Mar 10 04:43:47 2007] [warn] FastCGI: scheduled the restart of the last (dynamic) server "/home/my_folder/public_html/dispatch.fcgi" process: reached dynamicMaxClassProcs (2)
when this happens. Any help with these would be very much appreciated.
Thanks guys
Rupert