Linux – Internal Server Error (Timeou waiting for output from CGI)

apache-2.2linuxPHPWordpress

All,

I'll admit right away that I'm not very familiar with the server side of things, just FYI, so I'm not sure how to debug this error. I moved my website from a Windows platform to an Linux platform and a new VPS. I'm getting an "Internal Sever Error" every once in awhile and I'm not sure why. When I look at the server logs I'm seeing this:

"Timeout waiting for output from CGI script /var/www/cgi-bin/cgi_wrapper/cgi_wrapper"

I'm running WordPress for my sites. Can someone tell me how to debug this error? Sometimes the site works fine which is really strange. Any help would be great.

Best Answer

It looks like something is trying to use PHP's sqlite module, but it's not installed. You don't say which Linux distribution you're using so I can't comment on how to install it, but that's where you should start looking.