View Single Post
  #9  
Old 09-12-2019, 07:27 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default

In windows, "localhost" will always resolve into tcp/ip (127.0.0.1), but that is not always the case in linux, it can do crazy things, like trying to resolve into an IPv6 address, but either way, not sure why people are so adamant about using that infamous localhost. Using 127.0.0.1 in all the configs, will guarantee to rule out that cause, for anything local.
Reply With Quote