Page 2 of 2

Re: The Availability Reports generation never ends

Posted: Thu Jul 21, 2016 10:44 am
by tgriep
One thing you can try is to edit the /etc/hosts file and on the following line

Code: Select all

127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
Add your servers host name and FQDN also.
Then restart the Apache daemon by running

Code: Select all

service httpd restart
Try running the report again and see if that helps.
The 504 error is pointing to a DNS resolving the IP address problem.