Skip to content
Snippets Groups Projects
Commit c4570e2e authored by tbrehm's avatar tbrehm
Browse files

Added: FS#428 - Support for mpm-itk

parent 67b7aa73
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment