イベントレットをテストしていますが、次のエラーが発生します。
~>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
Webサイトはlocalhost:8090 /で動作し、200OKを返します。
tomcatでも同じ問題が発生しましたが、Webサイトは正常に機能しました。
問題は何でしょうか?