Aar
Verified User
I have updated my php1_release from 5.3 to 7.3, but Apache will not restarting.
When i enter the command 'service httpd restart' is takes a a lot of time, and i see this:
And Apache is down, until i restart the service.
systemctl give this:
When i enter the command 'service httpd restart' is takes a a lot of time, and i see this:
Code:
[root@servercustombuild]# service httpd restart
Redirecting to /bin/systemctl restart httpd.service
Job for httpd.service failed because a fatal signal was delivered to the control process. See "systemctl status httpd.service" and "journalctl -xe" for details.
And Apache is down, until i restart the service.
systemctl give this:
Code:
systemctl status httpd.service
* httpd.service - The Apache HTTP Server
Loaded: loaded (/etc/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: signal) since Tue 2020-04-14 15:29:32 CEST; 4s ago
Process: 17221 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=killed, signal=KILL)
Main PID: 17221 (code=killed, signal=KILL)
CGroup: /system.slice/httpd.service
Last edited: