Re: Howto accept only one connection

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux