On Sunday, October 13, 2013, Timothy Curchod wrote: > > Taking moodle out of the picture and running strace on > http://211.220.31.50/test.html cuases the same error. So it's not a > Moodle problem. Here are some more details I may or may not have posted in > earlier e-mails: > > netstat -ln | grep 80 > > tcp6 0 0 :::80 :::* LISTEN > > > unix 2 [ ACC ] STREAM LISTENING 18068 > @/tmp/.ICE-unix/1205 >
> > unix 2 [ ACC ] STREAM LISTENING 18069 > /tmp/.ICE-unix/1205 > I am not sure if I mentioned this before (can't look on my iPad), but it seems from netstat that Apache is only listening on IPv6, not IPv4. localhost probably resolves to IPv6 first, so it works. I have no idea what would be causing that error, but with just IPv6 bound to port 80, it would explain why it does not respond over another IP. - Y -- Sent from a gizmo with a very small keyboard and hyper-active auto-correct.