4.2.2.47. MaxOpenFilesForUser

4.2.2.47.1. Synopsis

You can limit the number of simultaneous opened files with that tag.

4.2.2.47.2. Options

Name Default Values Since version Context
MaxOpenFilesForUser 0 (unlimited) integer 0.3 Default,Group,IpRange,User,VirtualHost

4.2.2.47.3. Examples

If you want to limit to 5, the number of simultaneous opened files for a user:

<Default>
    Home                /home
    MaxOpenFilesForUser 5
</Default>