I would say that, if it's working, there's no reason to change anything.
If you want to test some new settings, be sure to save the original so you can restore it if necessary.
If you would like us to look at your hosts file, just post it, being sure to surround it with "code" tags, which become available when you click the "Go Advanced" button at the bottom of the quick reply window. Seeing the file, or at least a portion of it, would make it easier to answer your question.
Here's mine from Debian Wheezy:
Code:
~$ cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 tuna.bell.org tuna.bell.org
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
127.0.0.1 tuna # added by Apache Friends XAMPP
bell.org is strictly internal to my home network and I name all my computers after denizens of the sea.
I'm not using IPv6, but Debian added that section, probably during the last dist-upgrade, because I know I didn't.