Problems with folders by keep getting 503 error.

Pacific Spirit

Verified User
Joined
Jan 15, 2021
Messages
56
Location
Netherlands
Hello,

I had did some changes in my DA server but since the reboot gives any folder that I want to visit a 503 Error:

Service Unavailable​

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

I have try to change the PHP version but it doesn't help, do anybody knows how to fix it because my provider don't know even how to fix. Do somebody here knows it, the link is: https://www.hostlease.com/service/ Can someone help me?
 
What does this mean?

try running from cmd line
Code:
cd /usr/local/directadmin/custombuild
./build set_fastest
./build update
./build rewrite_confs

The main website is up https://www.hostlease.com
is this your website? or your host?
Yes my main website is indeed hostlease.com, but all my customers who run a website with dot.php file doesn't simply not working, it's happend only on PHP files. So do you know any idea how to fix? I have full root access with the VPS so I can run any command.
If your PHP is FPM, is it running? I had this once and FPM wasn't running.
I guess so, because I have no errors in the message system on DA. Where do I need to check those cuz, i'm bit new in DA.
 
@Pacific Spirit
I guess so, because I have no errors in the message system on DA. Where do I need to check those cuz, i'm bit new in DA.

first find your current website is using php-version ?

and do some basic command in ssh command line,
Code:
service php-fpmXX status

XX = Your php version

eg.
service php-fpm74 status

Also read log error in
Code:
/var/log/php-fpm74*
/var/log/httpd/domains/*
 
Back
Top