Code: Select all
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4Then restart the Apache daemon by running
Code: Select all
service httpd restartThe 504 error is pointing to a DNS resolving the IP address problem.
Code: Select all
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4Code: Select all
service httpd restart