Adding RGROUPS var to make templates platform independent

This commit is contained in:
Serghey Rodin 2013-10-05 13:49:08 +03:00
commit 47ba7d763e
18 changed files with 75 additions and 52 deletions

View file

@ -29,7 +29,7 @@
<IfModule mod_ruid2.c>
RMode config
RUidGid %user% %group%
RGroups www-data
RGroups %rgroups%
</IfModule>
<IfModule itk.c>
AssignUserID %user% %group%

View file

@ -23,7 +23,7 @@
<IfModule mod_ruid2.c>
RMode config
RUidGid %user% %group%
RGroups www-data
RGroups %rgroups%
</IfModule>
<IfModule itk.c>
AssignUserID %user% %group%

View file

@ -28,7 +28,7 @@
<IfModule mod_ruid2.c>
RMode config
RUidGid %user% %group%
RGroups www-data
RGroups %rgroups%
</IfModule>
<IfModule itk.c>
AssignUserID %user% %group%

View file

@ -22,7 +22,7 @@
<IfModule mod_ruid2.c>
RMode config
RUidGid %user% %group%
RGroups www-data
RGroups %rgroups%
</IfModule>
<IfModule itk.c>
AssignUserID %user% %group%

View file

@ -37,7 +37,7 @@
<IfModule mod_ruid2.c>
RMode config
RUidGid %user% %group%
RGroups www-data
RGroups %rgroups%
</IfModule>
<IfModule itk.c>
AssignUserID %user% %group%

View file

@ -31,7 +31,7 @@
<IfModule mod_ruid2.c>
RMode config
RUidGid %user% %group%
RGroups www-data
RGroups %rgroups%
</IfModule>
<IfModule itk.c>
AssignUserID %user% %group%

View file

@ -1,4 +1,5 @@
WEB_SYSTEM='apache2'
WEB_RGROUPS='www-data'
WEB_PORT='8080'
WEB_SSL='mod_ssl'
WEB_SSL_PORT='8443'