httpd -DFOREGROUND After Easy Apache Update

aeroweb

Well-Known Member
Jun 4, 2004
74
2
158
Anyone else having this issue? Apache seems to be running as:

/usr/sbin/httpd -DFOREGROUND

Instead of the usual:

/usr/sbin/httpd -k start
 

Attachments

vacancy

Well-Known Member
Sep 20, 2012
566
226
93
Turkey
cPanel Access Level
Root Administrator
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
 
Last edited: