(03-20-2019, 10:19 PM)gabriel15959 Wrote: I noticed that my server was 10 hours late on the clock.
I updated the server time for Brazil
With the 'date' command and it actually updated the time
But now the sites do not respond on port 80
Apache responds on local network
What should I do?
Note: I physically restarted the server and in the BIOS the time was 3 hours more
That is, Brazil GM-3 at 8 o'clock
and BIOS at 11 o'clock
I verified in the router that the server is not in the DHCP Client, that is, it seems to recognize as not connected but the server dribbles in the network, in the router and even in the external network
Reset router and reboot server
Are the core services running? What is the status of the following services:
Apache (httpd)
MariaDB
e.g.
Code:
service httpd status
Keith