ah, it's always the simple things...
http://127.0.0.1:8472 works, my hosts file contained:
|
Code:
|
# IP-Address Full-Qualified-Hostname Short-Hostname
#
127.0.0.1 nil
# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback |
(interestingly, 'ping localhost' works this way)
Thanks for the help!