Brand New Install with Ubuntu 22.04 x64 / DA. PHP Not working?

TechChime

New member
Joined
May 23, 2021
Messages
4
I'm a semi newbie for this kind of stuff and a bit poor. Instead of doing by hand I decided to use the $2 DA.

I Installed and update Ubuntu 22.04 and then installed DA without seeing any errors. Looks like it uses php 8.1?

But when I add a index.php page I get this error:
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

At first I thought maybe bad config on wp, etc then I realized when I created a a info php page I could not pull info page. So 100% an error. I found this error page idk if it's the right info:
[Tue Dec 06 02:12:25.943428 2022] [proxy:error] [pid 2922:tid 139625179387456] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /usr/local/php81/sockets/admin.sock (*:80) failed
[Tue Dec 06 02:12:25.943462 2022] [proxy_fcgi:error] [pid 2922:tid 139625179387456] [client MYPERSONALIP] AH01079: failed to make connection to backend: httpd-UDS

As far as I know this means php not working right.

Hopefully someone has an idea. BTW Using Vultr I doubt that matters but I assume their one the top 10 vps out there so I have a feeling it should work but maybe they have a bad image?
 
hi, all retail license includes installation technical support. In worst case, you can open ticket to let DA team check it for you.

I thinks, you forgot to run likely "yum update" or something relate before start install DA ?
 
hi, all retail license includes installation technical support. In worst case, you can open ticket to let DA team check it for you.

I thinks, you forgot to run likely "yum update" or something relate before start install DA ?
Thanks I got PHP working I just did a manual build instead:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build php n

Before it did not even show php as a service and in fact could not see it via SSH so something strange happening with the fresh install.

cGt2kbC.png
 
In now, All Service will install in background.
There have description on end line when you run "./setup.sh auto" script
 
Back
Top