Skip to content

Commit 1c0e37e

Browse files
committed
updated templates
1 parent f411cc3 commit 1c0e37e

File tree

24 files changed

+34
-34
lines changed

24 files changed

+34
-34
lines changed
-3.28 KB
Binary file not shown.

install/debian/packages.tar.gz

-562 Bytes
Binary file not shown.

install/debian/templates/web/awstats/awstats.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LogFile="/var/log/httpd/domains/%domain%.log"
1+
LogFile="/var/log/%web_system%/domains/%domain%.log"
22
LogType=W
33
LogFormat=1
44
LogSeparator=" "

install/debian/templates/web/webalizer/webalizer.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
HostName %domain_idn%
2-
LogFile /var/log/httpd/domains/%domain%.log
2+
LogFile /var/log/%web_system%/domains/%domain%.log
33
OutputDir %home%/%user%/web/%domain%/stats
44
HistoryName %home%/%user%/web/%domain%/stats/%domain%.hist
55
Incremental yes

install/rhel/templates/web/awstats/awstats.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LogFile="/var/log/httpd/domains/%domain%.log"
1+
LogFile="/var/log/%web_system%/domains/%domain%.log"
22
LogType=W
33
LogFormat=1
44
LogSeparator=" "

install/rhel/templates/web/httpd/basedir.stpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<IfModule mod_ruid2.c>
3030
RMode config
3131
RUidGid %user% %group%
32-
RGroups %rgroups%
32+
RGroups apache
3333
</IfModule>
3434
<IfModule itk.c>
3535
AssignUserID %user% %group%

install/rhel/templates/web/httpd/basedir.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<IfModule mod_ruid2.c>
2424
RMode config
2525
RUidGid %user% %group%
26-
RGroups %rgroups%
26+
RGroups apache
2727
</IfModule>
2828
<IfModule itk.c>
2929
AssignUserID %user% %group%

install/rhel/templates/web/httpd/default.stpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<IfModule mod_ruid2.c>
2929
RMode config
3030
RUidGid %user% %group%
31-
RGroups %rgroups%
31+
RGroups apache
3232
</IfModule>
3333
<IfModule itk.c>
3434
AssignUserID %user% %group%

install/rhel/templates/web/httpd/default.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<IfModule mod_ruid2.c>
2323
RMode config
2424
RUidGid %user% %group%
25-
RGroups %rgroups%
25+
RGroups apache
2626
</IfModule>
2727
<IfModule itk.c>
2828
AssignUserID %user% %group%

install/rhel/templates/web/httpd/hosting.stpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<IfModule mod_ruid2.c>
3838
RMode config
3939
RUidGid %user% %group%
40-
RGroups %rgroups%
40+
RGroups apache
4141
</IfModule>
4242
<IfModule itk.c>
4343
AssignUserID %user% %group%

0 commit comments

Comments
 (0)