4.2.2.42. LimitConnectionByUser

4.2.2.42.1. Synopsis

You can limit the number of maximum simultaneous connections per username.

4.2.2.42.2. Options

Name

Default

Values

Since version

Context

LimitConnectionByUser

0 (unlimited)

integer

0.1

Default,Group,IpRange,User,VirtualHost

4.2.2.42.3. Examples

Here we want to limit the total maximum connections to 8. However per username connections, it is restricted to 1 connection:

<Default>
    Home                  /home
    LimitConnection       8
    LimitConnectionByUser 1
</Default>