wp-cron throwing 500 errors on SSL sites
-
Hi,
I’m seeing some odd behaviour with wp-cron. I have a server that has just been upgraded to Apache 2.4/PHP 5.6.7 running under PHP-FPM (on Debian Jessie – was previously on Apache 2.2/PHP 5.4) – I’m seeing 500 errors for wp-cron.php, but not consistently, and these only occur for sites that use SSL (which all use SNI and properly signed valid certs). There are other non-SSL WP sites running on the same server in the same FPM pool that have no errors of this sort – and there’s nothing obvious in the logs detailing any errors (though I can manually trigger errors in a php file and these are logged as expected).
Apache access log entries for wp-cron.php (redacted):
[IP ADDRESS] – – [05/May/2015:11:39:10 +0100] “POST /wp-cron.php?doing_wp_cron=1430822350.4234778881072998046875 HTTP/1.0” 200 4162 “-” “WordPress/4.2.1; https://www.domain.com”
[IP ADDRESS] – – [05/May/2015:11:39:38 +0100] “POST /wp-cron.php?doing_wp_cron=1430822378.2718520164489746093750 HTTP/1.0” 500 4094 “-” “WordPress/4.2.1; https://www.domain.com”I seem to get FPM errors of the following sort logged but nothing to indicate what could be the issue here (redacted):
[Tue May 05 11:39:43.777552 2015] [core:error] [pid 19131:tid 139802049472256] [client [IP ADDRESS]:36077] AH00524: Handler for fastcgi-script returned invalid result code 32
[Tue May 05 11:41:27.072108 2015] [core:error] [pid 19131:tid 139801923581696] [client [IP ADDRESS]:36089] AH00524: Handler for fastcgi-script returned invalid result code 32Any advice here as to how I can further go about diagnosing these issues? I have disabled opcache in PHP as well as WP Super Cache to no effect…
Thanks
- The topic ‘wp-cron throwing 500 errors on SSL sites’ is closed to new replies.