Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
c4570e2e
Commit
c4570e2e
authored
Oct 06, 2009
by
tbrehm
Browse files
Added: FS#428 - Support for mpm-itk
parent
67b7aa73
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/conf/vhost.conf.master
View file @
c4570e2e
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment