Yes, after the June 2 update, httpd cannot be started on our 4 servers.
Code:
[root@server3 ~]# systemctl status httpd.service
● httpd.service - Apache web server managed by cPanel EasyApache
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2021-06-03 11:08:54 +03; 3s ago
Process: 35555 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 35555 (code=exited, status=1/FAILURE)
Status: "Reading configuration..."
[root@server3 ~]# httpd -v
Server version: Apache/2.4.48 (cPanel)
Server built: Jun 2 2021 01:54:07
UPDATE: The problem was fixed after commands;
yum clean all
yum -y upgrade