% host localhost. localhost has address 127.0.0.1 localhost has IPv6 address ::1
What I think is going on is that ab is using ::1 but httpd is just bound on 127.0.0.1 > On Apr 9, 2018, at 7:19 PM, Daniel Ruggeri <[email protected]> wrote: > > That's interesting. Does your machine bind on both IPv6 and IPv4? I would > assume just v4 and you have a localhost as ::1 in your hosts file. Is that > the case? > -- > Daniel Ruggeri > > On April 9, 2018 4:43:42 PM CDT, Jim Jagielski <[email protected]> wrote: >> OK... if I change the test to use 127.0.0.1 instead of localhost, all >> is well. So I'm guessing it is an IPv6 issue... ?
