Apache wil not restarting,

Aar

Verified User
Joined
Feb 10, 2005
Messages
209
Location
Netherlands
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:

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:
Can you try this..

cd /usr/local/directadmin/custombuild
./build rewrite_confs
service httpd restart

if doesn't work, you need to debug by yourself.
 
The command service httpd restart wasn't working. Even after a restart of my VPS.

But now it's working after a rebuild of Apache. :)
 
Back
Top