Problems apache centos 7

Subzeros

New member
Joined
Jul 7, 2015
Messages
1
after updating apache to 2.4.9 using custombuild 2.0
apache not responding to requests after sometime from restart.


this log has taken from DirectAdmin log viewer httpd/error_log

Code:
[Tue Jul 07 15:15:18.159683 2015] [suexec:notice] [pid 1059] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Jul 07 15:15:19.394564 2015] [auth_digest:notice] [pid 1880] AH01757: generating secret for digest authentication ...
[Tue Jul 07 15:15:20.015841 2015] [ssl:warn] [pid 1880] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Jul 07 15:15:20.017269 2015] [lbmethod_heartbeat:notice] [pid 1880] AH02282: No slotmem from mod_heartmonitor
[Tue Jul 07 15:15:20.017445 2015] [:notice] [pid 1880] mod_ruid2/0.9.8 enabled
[Tue Jul 07 15:15:20.332986 2015] [mpm_prefork:notice] [pid 1880] AH00163: Apache/2.4.12 (Unix) OpenSSL/1.0.1e-fips PHP/5.6.10 configured -- resuming normal operations
[Tue Jul 07 15:15:20.343186 2015] [core:notice] [pid 1880] AH00094: Command line: '/usr/sbin/httpd'

thank you
 
Hello,

Apache most likely gets too busy on your server to answer new requests. Check server-status in apache and see top output for more clues.
 
Back
Top