RE: 500 Error after upgrading to php 5.6
10-06-2017, 05:21 AM
(This post was last modified: 10-06-2017, 05:22 AM by tlop1.)
(10-06-2017, 05:10 AM)Me.B Wrote: Check your logs. As you had before an error saying can't find suhosin now it's fixed.
Here are my HTTPD error logs for today:
Code:
[Thu Oct 05 13:50:33.056119 2017] [mpm_prefork:notice] [pid 7820] AH00170: caught SIGWINCH, shutting down gracefully
[Thu Oct 05 13:50:34.262245 2017] [suexec:notice] [pid 23671] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Oct 05 13:50:34.293096 2017] [auth_digest:notice] [pid 23671] AH01757: generating secret for digest authentication ...
[Thu Oct 05 13:50:34.293823 2017] [lbmethod_heartbeat:notice] [pid 23671] AH02282: No slotmem from mod_heartmonitor
[Thu Oct 05 13:50:34.328634 2017] [mpm_prefork:notice] [pid 23671] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.31 configured -- resuming normal operations
[Thu Oct 05 13:50:34.328684 2017] [core:notice] [pid 23671] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Thu Oct 05 13:54:12.419451 2017] [mpm_prefork:notice] [pid 23671] AH00170: caught SIGWINCH, shutting down gracefully
[Thu Oct 05 13:54:23.374410 2017] [suexec:notice] [pid 23713] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Oct 05 13:54:23.401478 2017] [auth_digest:notice] [pid 23713] AH01757: generating secret for digest authentication ...
[Thu Oct 05 13:54:23.402136 2017] [lbmethod_heartbeat:notice] [pid 23713] AH02282: No slotmem from mod_heartmonitor
[Thu Oct 05 13:54:23.437355 2017] [mpm_prefork:notice] [pid 23713] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.31 configured -- resuming normal operations
[Thu Oct 05 13:54:23.437400 2017] [core:notice] [pid 23713] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Thu Oct 05 14:27:03.492200 2017] [mpm_prefork:notice] [pid 23713] AH00170: caught SIGWINCH, shutting down gracefully
[Thu Oct 05 14:27:12.662556 2017] [suexec:notice] [pid 26521] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Oct 05 14:27:12.706422 2017] [auth_digest:notice] [pid 26521] AH01757: generating secret for digest authentication ...
[Thu Oct 05 14:27:12.707427 2017] [lbmethod_heartbeat:notice] [pid 26521] AH02282: No slotmem from mod_heartmonitor
[Thu Oct 05 14:27:12.754800 2017] [mpm_prefork:notice] [pid 26521] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.31 configured -- resuming normal operations
[Thu Oct 05 14:27:12.754846 2017] [core:notice] [pid 26521] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Thu Oct 05 14:29:25.323662 2017] [mpm_prefork:notice] [pid 26521] AH00170: caught SIGWINCH, shutting down gracefully
[Thu Oct 05 14:32:55.885694 2017] [suexec:notice] [pid 795] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Oct 05 14:32:56.033076 2017] [auth_digest:notice] [pid 795] AH01757: generating secret for digest authentication ...
[Thu Oct 05 14:32:56.038864 2017] [lbmethod_heartbeat:notice] [pid 795] AH02282: No slotmem from mod_heartmonitor
[Thu Oct 05 14:32:56.369406 2017] [mpm_prefork:notice] [pid 795] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.31 configured -- resuming normal operations
[Thu Oct 05 14:32:56.369437 2017] [core:notice] [pid 795] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND
[Thu Oct 05 15:01:46.627448 2017] [mpm_prefork:notice] [pid 795] AH00170: caught SIGWINCH, shutting down gracefully
[Thu Oct 05 15:03:19.986542 2017] [suexec:notice] [pid 818] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Oct 05 15:03:20.089227 2017] [auth_digest:notice] [pid 818] AH01757: generating secret for digest authentication ...
[Thu Oct 05 15:03:20.090207 2017] [lbmethod_heartbeat:notice] [pid 818] AH02282: No slotmem from mod_heartmonitor
[Thu Oct 05 15:03:20.493296 2017] [mpm_prefork:notice] [pid 818] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.31 configured -- resuming normal operations
[Thu Oct 05 15:03:20.493357 2017] [core:notice] [pid 818] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
I am in no way familiar with what any of these errors mean, i'm still a novice.