Hi,
I recently upgraded to 4.2.9 and just to 4.2.10, and since the upgrade to 4.2.9 the admin site has been erratic. Around 1 in 5 page requests results in a 500 error (it works again when refreshing the same page/resubmitting the form). The following is logged:
i
somevhost.example.com:80, someothervhost.example.net:80 and AdminVHost:280 are different listeners, and afaik the PHP compiled for the vhosts is a different one from the PHP serving the admin site. The vhosts don't have an issue with PHP.
Please advise.
I recently upgraded to 4.2.9 and just to 4.2.10, and since the upgrade to 4.2.9 the admin site has been erratic. Around 1 in 5 page requests results in a 500 error (it works again when refreshing the same page/resubmitting the form). The following is logged:
i
Code:
2014-05-07 05:59:31.007 [INFO] [PHP5-somevhost.example.com] PID: 5402, add child process pid: 5496, procinfo: 0x840c8c0
2014-05-07 06:00:00.095 [INFO] [AdminPHP] PID: 5402, add child process pid: 5512, procinfo: 0x840cac0
2014-05-07 06:00:00.098 [INFO] [46.12.34.56:57516-0#_AdminVHost] PID: 5402, add child process pid: 5513, procinfo: 0x840cac0
2014-05-07 06:00:00.100 [INFO] [46.12.34.56:57516-0#_AdminVHost] PID: 5402, add child process pid: 5514, procinfo: 0x840cac0
2014-05-07 06:00:00.103 [INFO] [46.12.34.56:57516-0#_AdminVHost] PID: 5402, add child process pid: 5515, procinfo: 0x840cac0
2014-05-07 06:00:00.105 [INFO] [46.12.34.56:57516-0#_AdminVHost] PID: 5402, add child process pid: 5516, procinfo: 0x840cac0
2014-05-07 06:00:00.106 [INFO] [46.12.34.56:57516-0#_AdminVHost] abort request..., code: 4
2014-05-07 06:00:00.106 [INFO] [46.12.34.56:57516-0#_AdminVHost] Abort request processing by PID:5516, kill: 1, begin time: 0, sent time: 1399435200, req processed: 0
2014-05-07 06:00:01.000 [INFO] [CLEANUP] Send signal: 30 to process: 5516
2014-05-07 06:00:03.615 [INFO] [46.12.34.56:57517-1#_AdminVHost] PID: 5402, add child process pid: 5596, procinfo: 0x840cac0
2014-05-07 06:00:35.999 [INFO] [CLEANUP] Send signal: 30 to process: 5496
2014-05-07 06:00:36.003 [INFO] Remove pid: 5496, exitcode: 160
2014-05-07 06:00:59.630 [INFO] [PHP5-someothervhost.example.net] PID: 5402, add child process pid: 6752, procinfo: 0x8465200
2014-05-07 06:02:54.421 [INFO] [46.12.34.56:57563-0#_AdminVHost] PID: 5402, add child process pid: 6848, procinfo: 0x840cac0
2014-05-07 06:02:54.424 [INFO] [46.12.34.56:57563-0#_AdminVHost] PID: 5402, add child process pid: 6849, procinfo: 0x840cac0
2014-05-07 06:02:54.426 [INFO] [46.12.34.56:57563-0#_AdminVHost] PID: 5402, add child process pid: 6851, procinfo: 0x840cac0
2014-05-07 06:02:54.429 [INFO] [46.12.34.56:57563-0#_AdminVHost] PID: 5402, add child process pid: 6852, procinfo: 0x840cac0
2014-05-07 06:02:54.429 [INFO] [46.12.34.56:57563-0#_AdminVHost] abort request..., code: 4
2014-05-07 06:02:54.429 [INFO] [46.12.34.56:57563-0#_AdminVHost] Abort request processing by PID:6852, kill: 1, begin time: 0, sent time: 159, req processed: 0
2014-05-07 06:02:54.999 [INFO] [CLEANUP] Send signal: 30 to process: 6852
2014-05-07 06:03:03.207 [INFO] [46.12.34.56:57564-0#_AdminVHost] PID: 5402, add child process pid: 6865, procinfo: 0x840cac0
2014-05-07 06:03:05.999 [INFO] [CLEANUP] Send signal: 30 to process: 6752
2014-05-07 06:03:06.003 [INFO] Remove pid: 6752, exitcode: 160
Please advise.