What is the output of « sudo lsof -P -i tcp:80 »?
> Le 2015-06-17 à 03:19, Robert B. Hanviriyapunt a
> écrit :
>
> Anybody have an idea why ...
>
> telnet localhost 80
>
> works, but ...
>
> telnet 127.0.0.1 80
> and
> telnet {my-ip-address} 80
>
> are both REFUSED!!!?
>
>
> I am on 10.9.
I'd guess that IPv4 is disabled but IPv6 is enabled. Never seen that
before.
Check your Apache access log. You may find the address ::1 appearing
everywhere.
What do ' /usr/bin/host localhost ' and '/usr/bin/dig a localhost'
report?
On 17 Jun 2015, at 08:19, Robert B. Hanviriyapunt wrote
Anybody have an idea why ...
telnet localhost 80
works, but ...
telnet 127.0.0.1 80
and
telnet {my-ip-address} 80
are both REFUSED!!!?
I am on 10.9.5, firewall off, apache2 (under AMPPS).
Anything to do with Ruby?
Also I am only on WIFI.
___
Do