Add LimitUIDRange. Fix sudo calls from evoadmin

This commit is contained in:
Romain Dessort 2017-08-24 12:56:12 -04:00
parent 8ed1aaf160
commit 58bc7940ac
1 changed files with 5 additions and 0 deletions

View File

@ -29,3 +29,8 @@ SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5:!RC4
ProxyStatus On
</IfModule>
</IfModule>
<IfModule mpm_itk.c>
LimitUIDRange 0 6000
LimitGIDRange 0 6000
</IfModule>