in reply to Re^2: Benchmarking Perl's Net::Async::FastCGI app consistently return LOTS of "Non-2xx responses"
in thread Benchmarking Perl's Net::Async::FastCGI app consistently return LOTS of "Non-2xx responses"

This turned out to be a MacOS vagary: I had to use 127.0.0.1 instead of localhost for AB to work.


The way forward always starts with a minimal test.
  • Comment on Re^3: Benchmarking Perl's Net::Async::FastCGI app consistently return LOTS of "Non-2xx responses"

Replies are listed 'Best First'.
Re^4: Benchmarking Perl's Net::Async::FastCGI app consistently return LOTS of "Non-2xx responses"
by ikegami (Patriarch) on Dec 05, 2025 at 20:20 UTC

    localhost might be defined as ::1 (IPv6) instead of 127.0.0.1 (IPv4).