My server's apache 2.4 always down after I use Custombuild 2.0

lovecar

Verified User
Joined
Jan 18, 2015
Messages
9
My server's apache 2.4 always down after I use Custombuild 2.0 , everyone know the reason?

[mpm_event:notice] [pid 254636:tid 140403954034624] AH00494: SIGHUP received. Attempting to restart

[Sun Jan 18 17:33:15.492127 2015] [lbmethod_heartbeat:notice] [pid 254636:tid 140403954034624] AH02282: No slotmem from mod_heartmonitor
[Sun Jan 18 17:33:15.508703 2015] [mpm_event:notice] [pid 254636:tid 140403954034624] AH00489: Apache/2.4.10 (Unix) OpenSSL/1.0.1e-fips configured -- resuming normal operations
[Sun Jan 18 17:33:15.508755 2015] [core:notice] [pid 254636:tid 140403954034624] AH00094: Command line: '/usr/sbin/httpd -D SSL'

[Sun Jan 18 19:07:44.247184 2015] [:notice] [pid 293268:tid 140376766044096] mod_hostinglimits: use filter for LVE exit
[Sun Jan 18 19:07:44.247302 2015] [:notice] [pid 293268:tid 140376766044096] mod_hostinglimits: version 1.0-19. LVE mechanism enabled
[Sun Jan 18 19:07:44.247307 2015] [:notice] [pid 293268:tid 140376766044096] mod_hostinglimits: found apr extention version 2
[Sun Jan 18 19:07:44.247313 2015] [:notice] [pid 293268:tid 140376766044096] mod_hostinglimits: apr_lve_environment_init_group check ok
 
Please paste more lines form your log :) All of the pasted lines above are notices (not errors). Thank you.
 
[Tue Jan 20 19:11:06.545532 2015] [suexec:notice] [pid 251734:tid 140127543117760] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Jan 20 19:11:08.526471 2015] [:notice] [pid 251741:tid 140127543117760] mod_hostinglimits: use filter for LVE exit
[Tue Jan 20 19:11:08.526540 2015] [:notice] [pid 251741:tid 140127543117760] mod_hostinglimits: version 1.0-19. LVE mechanism enabled
[Tue Jan 20 19:11:08.526545 2015] [:notice] [pid 251741:tid 140127543117760] mod_hostinglimits: found apr extention version 2
[Tue Jan 20 19:11:08.526551 2015] [:notice] [pid 251741:tid 140127543117760] mod_hostinglimits: apr_lve_environment_init_group check ok
[Tue Jan 20 19:11:08.526561 2015] [auth_digest:notice] [pid 251741:tid 140127543117760] AH01757: generating secret for digest authentication ...
 
Hello,
I change my ipcs semaphore limits in /etc/sysctl.conf to:
kernel.msgmni = 1024
kernel.sem = 250 256000 32 1024
but this changes removed when I used from yum update and update kernel.
How to do?
Thank you
 
Do you want to say that with kernel update /etc/sysctl.conf file gets also changed? And it looses all the newly added lines?
If so then run

Code:
chattr +i /etc/sysctl.conf

after you finished to customize it.
 
Back
Top