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

Aller à la navigation Aller à la recherche
Ligne 110 : Ligne 110 :
   php_admin_value open_basedir /var/www/
   php_admin_value open_basedir /var/www/
</IfModule>
</IfModule>
#for mpm itk
<IfModule mpm_itk_module>
        # first uid need to be 33 for www-data
        LimitUIDRange 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 (in particular setuid). Somewhat more secure.
        EnableCapabilities on
</IfModule>
</pre>
</pre>


4 231

modifications

Menu de navigation