Hi
I get this error in my error log:
[Mon Dec 29 04:35:09.016736 2014] [fastcgi:error] [pid 21815] [client 178.62.80.152:32655] FastCGI: incomplete headers (0 bytes) received from server “/var/www/clients/client0/web4/cgi-bin/php5-fcgi--80-myabdllife.com" [Mon Dec 29 04:35:10.063692 2014] [fastcgi:error] [pid 21814] [client 178.62.80.152:35281] FastCGI: comm with server "/var/www/clients/client0/web4/cgi-bin/php5-fcgi--80-myabdllife.com” aborted: idle timeout (300 sec)
What can i do about it to get it fix?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
This error is usually the result of an improperly written CGI script that, as the error suggests, is not sending the proper headers. I ran into this error from my own CGI scripts until I added a “Content-type: text/html” header followed by a blank line before returning anything else. This assumes, of course, that what you’re returning is actually text/html. You may wish to do some further research on this topic to ensure that your script is correctly written for whatever it is you’re trying to do with it.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.