Skip to content

Commit e98581d

Browse files
committed
added mpm-itk support
1 parent 687cc56 commit e98581d

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

data/templates/apache_default.stpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
RUidGid %user% %group%
3939
RGroups apache
4040
</IfModule>
41+
<IfModule itk.c>
42+
AssignUserID %user% %group%
43+
</IfModule>
4144

4245
Include %home%/%user%/conf/shttpd.%domain%.conf*
4346

data/templates/apache_default.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
RUidGid %user% %group%
3434
RGroups apache
3535
</IfModule>
36+
<IfModule itk.c>
37+
AssignUserID %user% %group%
38+
</IfModule>
3639

3740
Include %home%/%user%/conf/httpd.%domain%.conf*
3841

data/templates/apache_unlim.stpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
RUidGid %user% %group%
4040
RGroups apache
4141
</IfModule>
42+
<IfModule itk.c>
43+
AssignUserID %user% %group%
44+
</IfModule>
4245

4346
Include %home%/%user%/conf/shttpd.%domain%.conf*
4447

data/templates/apache_unlim.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
RUidGid %user% %group%
3535
RGroups apache
3636
</IfModule>
37+
<IfModule itk.c>
38+
AssignUserID %user% %group%
39+
</IfModule>
3740

3841
Include %home%/%user%/conf/httpd.%domain%.conf*
3942

0 commit comments

Comments
 (0)