apache not responding

hebrew878

Verified User
Joined
Jul 3, 2011
Messages
64
Location
India
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

[Sun Jul 06 13:43:12.295809 2014] [mpm_prefork:notice] [pid 1971] AH00169: caught SIGTERM, shutting down
[Sun Jul 06 13:43:14.014865 2014] [ssl:warn] [pid 9966] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Jul 06 13:43:14.015744 2014] [ssl:warn] [pid 9966] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Sun Jul 06 13:43:14.015759 2014] [suexec:notice] [pid 9966] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sun Jul 06 13:43:14.043700 2014] [auth_digest:notice] [pid 9967] AH01757: generating secret for digest authentication ...
[Sun Jul 06 13:43:15.014672 2014] [ssl:warn] [pid 9967] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Jul 06 13:43:15.015545 2014] [ssl:warn] [pid 9967] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Sun Jul 06 13:43:15.015564 2014] [lbmethod_heartbeat:notice] [pid 9967] AH02282: No slotmem from mod_heartmonitor
[Sun Jul 06 13:43:15.021076 2014] [mpm_prefork:notice] [pid 9967] AH00163: Apache/2.4.9 (Unix) OpenSSL/1.0.1e-fips PHP/5.3.28 configured -- resuming normal operations
[Sun Jul 06 13:43:15.021108 2014] [core:notice] [pid 9967] AH00094: Command line: '/usr/sbin/httpd -D SSL'
[Sun Jul 06 14:51:46.606169 2014] [mpm_prefork:error] [pid 9967] AH00161: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting
[Sun Jul 06 15:01:40.230807 2014] [core:notice] [pid 9967] AH00052: child pid 14599 exit signal Segmentation fault (11)
any answer welcome.
thanks
 
You should increase MaxRequestWorkers in /etc/httpd/conf/extra/httpd-mpm.conf.
 
there was no directive like MaxRequestWorkers in that config file but i added manually with value of 450 but still having this issue.
 
how i can fix this ? i have same issue now and not get correct answer ....

how i can fix this ? i have same issue now and not get correct answer ....
 
Back
Top