On Fri, Feb 19, 2016 at 1:32 PM, Oliver Graute <oliver.graute@xxxxxxxxx> wrote: > > my requirement is: > > "The Apache server listens on port 443i (https). It must accept only one > connection at a time on this port" > > so its one socket opened between the client and the server. I guess "ServerLimit 1" would do it (along with "ThreadLimit 1" if using a threaded MPM). But this is not only one connection per client at a time, but really one connection at a time for all possible clients. That is, if multiple clients try to connect simultaneously, each one will have to wait for the currently handled/queued connection(s) to finish before getting an answer. Not sure this has any practical use case... Regards, Yann. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx