- or download this
ab -l -v 2 -n 100 -c 50 "http://localhost:9510/helloworld/"<br/>
- or download this
...
...
Failed requests: 0
Non-2xx responses: 85 #NOTE: all of these are "502 Bad Gateway"
...
- or download this
location /helloworld/ {
proxy_buffering off ;
gzip off ;
fastcgi_pass unix:/testFolder/myPath/myUDS.sock ;
include fastcgi_params ;
}
- or download this
use strict ;
use warnings ;
...
# Run the event loop
$loop->run() ;