Quote:
Originally Posted by grungy
I am running mpm-itk for 8 months now and I love it, to ad mpm-itk support to ISPCONFIG it is a matter of modifying apache templates to add:
<IfModule mpm_itk_module>
AssignUserId {SUEXEC_USER} {SUEXEC_GROUP}
</IfModule>
and for domains/subdomains.
p.s. you have to install mpm-itk apache - apt-get install apache2-mpm-itk
and that will remove your current apache
|
actually for ispconfig you have to add:
<IfModule mpm_itk_module>
AssignUserId <tmpl_var name='system_user'> <tmpl_var name='system_group'>
</IfModule>