<div dir="ltr"><span class="gmail_msg" style="color:rgb(33,33,33);font-size:13px">Hi,</span><div class="gmail_msg" style="color:rgb(33,33,33);font-size:13px"><br class="gmail_msg"></div><div class="gmail_msg" style="color:rgb(33,33,33);font-size:13px">is there a way to limit total number of open connections per listening port in Nginx? I know that there is limit_conn module but as far as I understand it only works on "request" layer, which means connections are counted only when request headers have been already read.</div><div class="gmail_msg" style="color:rgb(33,33,33);font-size:13px"><br class="gmail_msg"></div><div class="gmail_msg" style="color:rgb(33,33,33);font-size:13px"><span class="gmail_msg">I have problem when number of SSL connections to my server is very high (CPU is 100% and server becomes unresponsive), and I would like to "cut" new connections after some defined threshold is<span class="inbox-inbox-Apple-converted-space"> </span></span>exceeded. It would possibly save some CPU cycles needed to handle SSL handshake, etc.</div><div class="gmail_msg" style="color:rgb(33,33,33);font-size:13px"><br class="gmail_msg"></div><div class="gmail_msg" style="color:rgb(33,33,33);font-size:13px">Is it possible?</div><div class="gmail_msg" style="color:rgb(33,33,33);font-size:13px"><br class="gmail_msg"></div><div class="gmail_msg" style="color:rgb(33,33,33);font-size:13px">Regards,</div><div class="gmail_msg" style="color:rgb(33,33,33);font-size:13px">Kamil</div></div>