Error 521 after changing IP server

i try
cd /usr/local/directadmin/custombuild
./build update
/usr/local/directadmin/directadmin p
./build rewrite_confs

but failed because the control process exited with error code. See "systemctl status httpd.service"




Restarting php-fpm74.
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
Restarting apache.
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
[root@panel custombuild]#
 
screenshot IP Manager in directadmin
What are you using for DNS? External? Because there is no A record for that ip visible.
If I do a nslookup for that ip, it points to nothing.

I presume you tried to restart apache also before you tried to do the rewrite_confs command?

Apache is not running, but you have to look at the error notice as to why not.

Can you give the output from the commands journalctl -xe and if possible systemctl status httpd.service?
 
after fix httpd run

is showing

Apache is functioning normally

how can fix it
 
Seems might be DNS must be sycned first. I don't know what you did to fix things.
But the 5.254.x.x ip still does not point to anything.

You website easyplayer.top is pointing to 2 different ip addresses when doing an nslookup.

Code:
Non-authoritative answer:
Name:    easyplayer.top
Addresses:  2606:4700:3032::ac43:a1a8
          2606:4700:3037::6815:2a73
          172.67.161.168
          104.21.42.115
These are 2 different ip's, in ipv4 and 2 diffent ones in ipv6. So nothing is pointing to the 2.254.26.171 ip address.

So at this moment, domain and www A record at least are missing or must be synced.
 
Also I wonder if that netmask of 255.255.255.0 is correct and shouldn't be something else? Like 255.255.255.255 or 255.255.255.192 or .224 or something. I'm not sure about that, but we never use a 0 at the end.
 
Back
Top