With the recent nightly automatic update, it seems like the CWP web service has bound to port 443 instead of its custom SSL port, which is causing the normal Apache web service to fail when it attempts to bind to it as well?
[~]$ netstat -tulpn | grep :443
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 4657/cwpsrv: master
● httpd.service - Web server Apache
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2021-12-30 07:51:27 PST; 2s ago
Process: 32736 ExecStart=/usr/local/apache/bin/apachectl start (code=exited, status=1/FAILURE)
Dec 30 07:51:27 systemd[1]: Starting Web server Apache...
Dec 30 07:51:27 apachectl[32736]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:443
Dec 30 07:51:27 apachectl[32736]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:443
Dec 30 07:51:27 apachectl[32736]: no listening sockets available, shutting down
Dec 30 07:51:27 apachectl[32736]: AH00015: Unable to open logs
Dec 30 07:51:27 systemd[1]: httpd.service: control process exited, code=exited status=1
Dec 30 07:51:27 systemd[1]: Failed to start Web server Apache.
Dec 30 07:51:27 systemd[1]: Unit httpd.service entered failed state.
Dec 30 07:51:27 systemd[1]: httpd.service failed.