added mpm-itk support

This commit is contained in:
Serghey Rodin 2011-09-15 17:06:01 +03:00
parent 687cc56537
commit e98581dc9e
4 changed files with 12 additions and 0 deletions

View file

@ -38,6 +38,9 @@
RUidGid %user% %group%
RGroups apache
</IfModule>
<IfModule itk.c>
AssignUserID %user% %group%
</IfModule>
Include %home%/%user%/conf/shttpd.%domain%.conf*

View file

@ -33,6 +33,9 @@
RUidGid %user% %group%
RGroups apache
</IfModule>
<IfModule itk.c>
AssignUserID %user% %group%
</IfModule>
Include %home%/%user%/conf/httpd.%domain%.conf*

View file

@ -39,6 +39,9 @@
RUidGid %user% %group%
RGroups apache
</IfModule>
<IfModule itk.c>
AssignUserID %user% %group%
</IfModule>
Include %home%/%user%/conf/shttpd.%domain%.conf*

View file

@ -34,6 +34,9 @@
RUidGid %user% %group%
RGroups apache
</IfModule>
<IfModule itk.c>
AssignUserID %user% %group%
</IfModule>
Include %home%/%user%/conf/httpd.%domain%.conf*