my httpd is shutting down continously please help

Amit

Verified User
Joined
Mar 24, 2020
Messages
129
Location
India
html/tess] does not exist
[Sat Apr 18 05:23:02.894865 2020] [ssl:warn] [pid 19652] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Sat Apr 18 05:23:02.896199 2020] [ssl:warn] [pid 19652] AH01909: shared.domain:443:0 server certificate does NOT include an ID which matches the server name
[Sat Apr 18 05:23:02.897535 2020] [ssl:warn] [pid 19652] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Apr 18 05:23:02.899620 2020] [http2:warn] [pid 19652] AH10034: The mpm module (prefork.c) is not supported by mod_http2. The mpm determines how things are processed in your server. HTTP/2 has more demands in this regard and the currently selected mpm will just not do. This is an advisory warning. Your server will continue to work, but the HTTP/2 protocol will be inactive.
[Sat Apr 18 05:23:02.899854 2020] [lbmethod_heartbeat:notice] [pid 19652] AH02282: No slotmem from mod_heartmonitor
[Sat Apr 18 05:23:02.900099 2020] [:notice] [pid 19652] mod_ruid2/0.9.8 enabled
[Sat Apr 18 05:23:02.951874 2020] [core:warn] [pid 19652] AH00098: pid file /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Apr 18 05:23:02.958641 2020] [mpm_prefork:notice] [pid 19652] AH00163: Apache/2.4.41 (Unix) OpenSSL/1.0.2k-fips PHP/7.2.26 configured -- resuming normal operations
[Sat Apr 18 05:23:03.386149 2020] [core:notice] [pid 19652] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
 
I had this happen once before and never did figure it out. I ended up rebooting the machine and that fixed it. You might try that.
 
Have you rebuild apache?
Previous week i have upgraded PHP, and after that Apache was continous down for a minute. A reload of restart for Apache was impossible.

./build apache does the trick to fix it.
Maybe also for you.
 
What I did to solve is to update the apache from gui and it fixed the issue. can you please tell what does.. . /build do actually.
 
Back
Top