You seem to have no A record in your DNS, add a record for that. You also need to modify your hosts file slightly, change the following:
Code:
127.0.0.1 localhost
to this
Code:
127.0.0.1 localhost.localdomain localhost
You may need to reboot the server for the hostname change to take effect.