• Looking in my server logs I often see messages like this:

    [Wed Oct 05 15:56:16.721189 2016] [core:error] [pid 31383:tid 140681553000192] [client 192.168.0.1:60498] AH00524: Handler for fastcgi-script returned invalid result code 32, referer: https://my.site.here/wp-cron.php?doing_wp_cron=1475679374.5098459720611572265625
    [Wed Oct 05 21:33:42.682734 2016] [core:error] [pid 31383:tid 140681603356416] [client 192.168.0.1:41656] AH00524: Handler for fastcgi-script returned invalid result code 32, referer: https://photos.my.site.here/wp-cron.php?doing_wp_cron=1475699616.5743620395660400390625
    [Thu Oct 06 00:08:01.168586 2016] [core:error] [pid 31383:tid 140681393538816] [client 192.168.0.1:44952] AH00524: Handler for fastcgi-script returned invalid result code 32, referer: https://my.site.here/wp-cron.php?doing_wp_cron=1475708875.8828558921813964843750
    [Thu Oct 06 00:10:14.345033 2016] [core:error] [pid 31383:tid 140681443895040] [client 192.168.0.1:45094] AH00524: Handler for fastcgi-script returned invalid result code 32, referer: https://blogs.my.site.here/wp-cron.php?doing_wp_cron=1475709009.0553879737854003906250
    [Thu Oct 06 02:12:46.677405 2016] [core:error] [pid 31383:tid 140681385146112] [client 192.168.0.1:47298] AH00524: Handler for fastcgi-script returned invalid result code 32, referer: https://my.site.here/wp-cron.php?doing_wp_cron=1475716355.4491410255432128906250
    [Thu Oct 06 02:34:21.819353 2016] [core:error] [pid 31383:tid 140681712461568] [client 192.168.0.1:47924] AH00524: Handler for fastcgi-script returned invalid result code 32, referer: https://my.site.here/wp-cron.php?doing_wp_cron=1475717659.6772119998931884765625

    As you can see its not consistently happening and its happening across sites in the network.

    Is this something I need to be worried about?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @steveatty,

    It looks like you have some cron jobs running on your server. Take a look at the following thread for understanding what may be causing this issue:

    http://stackoverflow.com/questions/28751020/handler-for-fastcgi-script-returned-invalid-result-code

    I do not think it is anything serious. Try increasing the timeout as mentioned in the thread above and may be it should get fixed.

    Thread Starter Steve

    (@steveatty)

    I know its the wp-cron jobs firing – I was wondering if anyone knew what result code 32 is as there seems to be no documentation anywhere. Timeout was set to 350 seconds – I’ve increased it.

    Hi @steveatty,

    It’s just a number associated with that error. Have you seen the error show up since the time you have increased the timeout?

    Thread Starter Steve

    (@steveatty)

    yes its still doing it – timeout is now 900 seconds.

    Nothing is being reported in my php error logs nor my fpm_php error logs.

    Its extremely intermittent, and I think it only started when I changed the server over to https

    Thread Starter Steve

    (@steveatty)

    OK it looks like each time I get one of those in the error log I also get an apache 500 error in the main access log…. but not sure if the 500 is due to the fast-cgi timeout or if its the other way round

    @steve
    encountering the same issue. have you ever resolved this?
    do you know what it was?

    thanks for any help

    Thread Starter Steve

    (@steveatty)

    No I’m still getting it. I think its one specific plugin that’s doing it. I might put some logging into the wp_cron code to write to its own file so I can see if I can work out just what is going on.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘AH00524: Handler for fastcgi-script returned invalid result code 32’ is closed to new replies.