Use AssignUserId as variable in Apache MPM ITK
- by Robert Hanson
I heard that the MPM-ITK module for Apache can change Apache server's behaviour to access some folder / file using the UID or GID from the default UID (www-data) into a given UID on the configuration.
For example:
<IfModule mpm_itk_module>
AssignUserId user group
</IfModule>
Is it possible to make the username and group a variable?
…