php-fpm83 service does not restart

giafa

New member
Joined
Jun 30, 2025
Messages
1
hello everyone,
I manage a web platform on behalf of a social association. The platform runs on a vps with Centos7 assisted by Directadmin.
All sites are unreachable after I made an intervention (I think clumsy) on the server.
Trying to solve a problem for let's encrypt I gave this command:

cd /usr/local/directadmin/custombuild
./build update
./build rewrite_confs

and I updated php to the latest version (php 8.3)

After that the server stopped working.
I tried to restart the services but the php-fpm83 service does not restart.

When I try to reboot, this is the response:
"Cannot find the script in /etc/systemd/system, /usr/lib/systemd/system, nor /lib/systemd/system
Details
/lib/systemd/system/php-fpm83.service"

Can someone help me understand how I can restore the service?
 
and I updated php to the latest version (php 8.3)
Exactly how did you do that? Because it seems something went wrong at that point.

Can you check the /usr/local/directadmin/custombuild/options.conf file and display the first 10 lines you have in there about php?

You also could try these commands as root:
Code:
da build update
da build all

or if you have an older Directadmin version maybe:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build all d
 
Back
Top