We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b7aa7 commit c4570e2Copy full SHA for c4570e2
server/conf/vhost.conf.master
@@ -138,6 +138,11 @@
138
</tmpl_loop>
139
</tmpl_if>
140
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
+
146
<tmpl_var name='apache_directives'>
147
</VirtualHost>
148
@@ -291,6 +296,11 @@
291
296
292
297
293
298
299
300
301
302
303
294
304
295
305
306
</IfModule>
0 commit comments