I tried this... but i get errors.
Stopping httpd: [ OK ]
Starting httpd: [Mon Apr 18 19:37:33 2016] [error] (EAI 2)Name or service not known: Could not resolve host name 162.243.214.199:443/~securico/nexusupdate -- ignoring!
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[FAILED]
Then i tried adding the ip to host file.... and changed hostname to core.riantmedia.com
/etc/hosts
162.243.214.199 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
162.243.214.199 core.riantmedia.com
162.243.214.199 autoreply.riantmedia.com
/etc/hostname
core.riantmedia.com
Then restarted apache and got this error:
Stopping httpd: [FAILED]
Starting httpd: [Mon Apr 18 19:44:34 2016] [error] (EAI 2)Name or service not known: Could not resolve host name 162.243.214.199:443/~securico/nexusupdate -- ignoring!
httpd: Could not reliably determine the server's fully qualified domain name, using core.riantmedia.com for ServerName
[FAILED]