« Installation de configuration du serveur web Apache 2.4 sous Debian Bullseye » : différence entre les versions

Aller à la navigation Aller à la recherche
Ligne 113 : Ligne 113 :
#for mpm itk
#for mpm itk
<IfModule mpm_itk_module>
<IfModule mpm_itk_module>
         # first uid need to be 33 for www-data
         # first uid need to be 33 for www-data (default uid/gid, can be tuned)
         LimitUIDRange 33 2000
         LimitUIDRange 33 2000
         LimitGIDRange 33 2000
         LimitGIDRange 33 2000
         # Drop most root capabilities in the parent process and instead run as the user given by the User/Group directives with some extra capabilities  
         # Drop most root capabilities in the parent process.
         #  (in particular setuid). Somewhat more secure.
        #  Instead run as the user given by the User/Group directives with some extra capabilities  
         #  Somewhat more secure.
         EnableCapabilities on
         EnableCapabilities on
</IfModule>
</IfModule>
4 203

modifications

Menu de navigation