I had a problem on my server where curl was trying to get feed contents from getFeed in ubbthreads.inc.php and it was not generating any apache errors.

All php scripts should generate any error that they encounter, particularly if a function is denied like curl_exec

Any of the php scripts should have error output.

Cheers,