From c4570e2e1c108248c093b051a73e74e74193124f Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 6 Oct 2009 14:29:45 +0000 Subject: [PATCH] Added: FS#428 - Support for mpm-itk --- server/conf/vhost.conf.master | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/server/conf/vhost.conf.master b/server/conf/vhost.conf.master index 857a87b52e..950e8f0ed8 100644 --- a/server/conf/vhost.conf.master +++ b/server/conf/vhost.conf.master @@ -138,6 +138,11 @@ </tmpl_loop> </tmpl_if> + # add support for apache mpm_itk + <IfModule mpm_itk_module> + AssignUserId <tmpl_var name='system_user'> <tmpl_var name='system_group'> + </IfModule> + <tmpl_var name='apache_directives'> </VirtualHost> @@ -291,6 +296,11 @@ </tmpl_loop> </tmpl_if> + # add support for apache mpm_itk + <IfModule mpm_itk_module> + AssignUserId <tmpl_var name='system_user'> <tmpl_var name='system_group'> + </IfModule> + <tmpl_var name='apache_directives'> </VirtualHost> </IfModule> -- GitLab