Skip to main content

AH00524: Handler for (null) returned invalid result code // change error log format

Comments

1 comment

  • cPanelMichael
    Hello :) The 70007 is an APR error code which usually means there is a read timeout. The accessed scripts are timing out before the headers are returned. Basically, Apache expects a different error than what is returned (because of the timeout) - it's expecting a status code of 0 (or OK). This is typically due to a firewall or proxy misconfiguration. Some users have reported that switching to a different MPM addressed the issue. Thank you.
    0

Please sign in to leave a comment.