Estou executando um servidor no qual tenho vários sites, por isso quero separar os usuários com qualquer coisa além do mpm_itk.
Do host virtual:
<IfModule mpm_itk_module>
AssignUserId user1 user1
</IfModule>
Estou executando Apache/2.4.29
.
Eu quero encontrar algo que suporte http2, já que o mpm_itk não suporta h2:
Starting from Apache 2.4.27, the Apache MPM (Multi-Processing Module) prefork no longer supports HTTP/2. This will be indicated in your Apache error log as follows: AH10034: The mpm module (prefork.c) is not supported by mod_http2. The mpm determines how things are processed in your server. HTTP/2 has more demands in this regard and the currently selected mpm will just not do. This is an advisory warning. Your server will continue to work, but the HTTP/2 protocol will be inactive.
Todos os meus usuários executam apenas PHP e, como não há scripts CGI, qual é a melhor maneira de separar usuários uid e gid?
Tags apache-2.4