Re: port 80 refused [SOLVED]

2015-06-20 Thread Robert B. Hanviriyapunt
I still have no idea HOW it took over just 127.0.0.1 and {my-ip-address} (IPv4, and thus not localhost [IPv6]) But it was Pow/Anvil. http://anvilformac.com/support.html And to fix it I startup up Anvil, found the option to uninstall Pow, uninstalled it, and quit Anvil. I was playing around wi

Re: port 80 refused

2015-06-20 Thread Robert B. Hanviriyapunt
edc@EDCs-MacBook-Pro:~>cat /private/etc/hosts ## # Host Database # # localhost is used to configure the loopback interface # when the system is booting. Do not change this entry. ## 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost fe80::1%lo0 localhost -- Ro

Re: port 80 refused

2015-06-20 Thread Robert B. Hanviriyapunt
connect to address 192.168.1.15: Connection refused telnet: Unable to connect to remote host -- Robert B. Hanviriyapunt > Date: Fri, 19 Jun 2015 09:45:40 +0100 > From: Patrick Middleton > To: WebObjects Development > Subject: Re: port 80 refused > Message-ID: > Conten

Re: port 80 refused

2015-06-19 Thread Patrick Middleton
Everything I can see that is working is using an IPv6 address (Robert, that includes the SMTP headers where you send your emails to the list) while everything that isn't working seems to involve using an IPv4 address. May we see the output from '/sbin/ipconfig -a' too please, and the cont

Re: port 80 refused

2015-06-18 Thread Robert B. Hanviriyapunt
http://127.0.0.1 http://192.168.1.64 I want to hit it from the outside. -- Robert B. Hanviriyapunt On Jun 18, 2015, at 8:05 PM, Pascal Robert wrote: > Ok, so what is not working? > >> Le 2015-06-18 à 21:04, Robert B. Hanviriyapunt a >> écrit : >> >> edc@edcs-mbp:~>curl -v http://localhost

Re: port 80 refused

2015-06-18 Thread Pascal Robert
Ok, so what is not working? > Le 2015-06-18 à 21:04, Robert B. Hanviriyapunt a > écrit : > > edc@edcs-mbp:~>curl -v http://localhost > * Adding handle: conn: 0x7fef9c004000 > * Adding handle: send: 0 > * Adding handle: recv: 0 > * Curl_addHandleToPipeline: length: 1 > * - Conn 0 (0x7fef9c004000

Re: port 80 refused

2015-06-18 Thread Robert B. Hanviriyapunt
edc@edcs-mbp:~>curl -v http://localhost * Adding handle: conn: 0x7fef9c004000 * Adding handle: send: 0 * Adding handle: recv: 0 * Curl_addHandleToPipeline: length: 1 * - Conn 0 (0x7fef9c004000) send_pipe: 1, recv_pipe: 0 * About to connect() to localhost port 80 (#0) * Trying ::1... * Connected t

Re: port 80 refused

2015-06-18 Thread Pascal Robert
AM, Pascal Robert wrote: > >> What is the output of « sudo lsof -P -i tcp:80 »? > > > Other response: > >> Message: 2 >> Date: Wed, 17 Jun 2015 09:39:59 +0100 >> From: Patrick Middleton >> To: WebObjects-Dev Apple >> Subject: Re: port 80 ref

Re: port 80 refused

2015-06-18 Thread Robert B. Hanviriyapunt
> Message: 2 > Date: Wed, 17 Jun 2015 09:39:59 +0100 > From: Patrick Middleton > To: WebObjects-Dev Apple > Subject: Re: port 80 refused > Message-ID: > Content-Type: text/plain; charset="utf-8"; Format="flowed"; > DelSp="yes" >

Re: port 80 refused

2015-06-17 Thread Pascal Robert
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.

Re: port 80 refused

2015-06-17 Thread Patrick Middleton
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

port 80 refused

2015-06-17 Thread Robert B. Hanviriyapunt
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