摘要: The following command fails: $ ab -n 1 localhost:8000/ ... Benchmarking localhost (be patient)...apr_socket_recv: Connection refused (111) But this one succeeds: $ ab -n 1 127.0.0.1:8000/ In /etc... 阅读全文
posted @ 2018-11-13 11:51 史红星-shihongxing 阅读(247) 评论(0) 推荐(0) 编辑