in reply to Re: 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"

try to include the front slash at the end also, ex: http://localhost:<port>/helloworld/ . As for the location of the unix sock file, maybe try to save it at your home folder instead of /tmp to guarantee it can write to such location ??
  • Comment on Re^2: Benchmarking Perl's Net::Async::FastCGI app consistently return LOTS of "Non-2xx responses"

Replies are listed 'Best First'.
Re^3: Benchmarking Perl's Net::Async::FastCGI app consistently return LOTS of "Non-2xx responses"
by 1nickt (Canon) on Dec 05, 2025 at 13:57 UTC

    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.

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