Skip to content

Commit c4570e2

Browse files
committed
Added: FS#428 - Support for mpm-itk
1 parent 67b7aa7 commit c4570e2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

server/conf/vhost.conf.master

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@
138138
</tmpl_loop>
139139
</tmpl_if>
140140

141+
# add support for apache mpm_itk
142+
<IfModule mpm_itk_module>
143+
AssignUserId <tmpl_var name='system_user'> <tmpl_var name='system_group'>
144+
</IfModule>
145+
141146
<tmpl_var name='apache_directives'>
142147
</VirtualHost>
143148

@@ -291,6 +296,11 @@
291296
</tmpl_loop>
292297
</tmpl_if>
293298

299+
# add support for apache mpm_itk
300+
<IfModule mpm_itk_module>
301+
AssignUserId <tmpl_var name='system_user'> <tmpl_var name='system_group'>
302+
</IfModule>
303+
294304
<tmpl_var name='apache_directives'>
295305
</VirtualHost>
296306
</IfModule>

0 commit comments

Comments
 (0)