ab вызывает ошибку с помощью apr_socket_recv: соединение отказано (61)

Я тестирую eventlet и получаю эту ошибку:

~>ab -n 10 -c 1 http://localhost:8090/
This is ApacheBench, Version 2.3 <$Revision: 655654 
~>ab -n 10 -c 1 http://localhost:8090/
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking localhost (be patient)...apr_socket_recv: Connection reset by peer (54)
Total of 2 requests completed
gt; Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient)...apr_socket_recv: Connection reset by peer (54) Total of 2 requests completed

Сайт работает на localhost: 8090 / и возвращает 200 OK.

У меня была такая же проблема с tomcat, снова сайт работал нормально.

В чем может быть проблема?

Ответы на вопрос(5)

Ваш ответ на вопрос