HTTPD Stops When Apache Update Available

TheTool

New member
Joined
Feb 24, 2023
Messages
4
This has been occurring for a couple of years and it's very annoying because my sites are down until the issue is resolved. It only occurs when DA has an update for Apache. To resolve, I either need to rebuild Apache or install the update. I have no idea why it happens nor how to fix it. Is DA trying to automatically install the update and it fails? Below is the apache error log. Does anyone have any idea?

[Fri Feb 21 00:10:27.576100 2025] [mpm_event:notice] [pid 579:tid 579] AH00493: SIGUSR1 received. Doing graceful restart
[Fri Feb 21 00:10:27.718416 2025] [ssl:warn] [pid 579:tid 579] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Fri Feb 21 00:10:27.718895 2025] [ssl:warn] [pid 579:tid 579] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Feb 21 00:10:27.719216 2025] [lbmethod_heartbeat:notice] [pid 579:tid 579] AH02282: No slotmem from mod_heartmonitor
[Fri Feb 21 00:10:27.719755 2025] [mpm_event:notice] [pid 579:tid 579] AH00489: Apache/2.4.63 (Unix) OpenSSL/1.1.1k configured -- resuming normal operations
[Fri Feb 21 00:10:27.719764 2025] [core:notice] [pid 579:tid 579] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Fri Feb 21 00:11:27.663686 2025] [mpm_event:notice] [pid 579:tid 579] AH00493: SIGUSR1 received. Doing graceful restart
[Fri Feb 21 00:11:27.778881 2025] [ssl:warn] [pid 579:tid 579] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Fri Feb 21 00:11:27.779397 2025] [ssl:warn] [pid 579:tid 579] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Feb 21 00:11:27.779626 2025] [lbmethod_heartbeat:notice] [pid 579:tid 579] AH02282: No slotmem from mod_heartmonitor
[Fri Feb 21 00:11:27.780237 2025] [mpm_event:notice] [pid 579:tid 579] AH00489: Apache/2.4.63 (Unix) OpenSSL/1.1.1k configured -- resuming normal operations
[Fri Feb 21 00:11:27.780246 2025] [core:notice] [pid 579:tid 579] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Fri Feb 21 00:21:14.841652 2025] [mpm_event:notice] [pid 579:tid 579] AH00492: caught SIGWINCH, shutting down gracefully
 
Back
Top