Skip to content

Commit fe13666

Browse files
committed
Added alias for awstats icons.
1 parent 2a6eace commit fe13666

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

install/tpl/apache_ispconfig.conf.master

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,11 @@ CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m
3636
Allow from all
3737
</Directory>
3838

39+
# allow path to awstats and alias for awstats icons
40+
<Directory /usr/share/awstats>
41+
Order allow,deny
42+
Allow from all
43+
</Directory>
44+
Alias /awstats-icon "/usr/share/awstats/icon"
45+
3946

server/conf/apache_ispconfig.conf.master

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m
3535
Allow from all
3636
</Directory>
3737

38+
# allow path to awstats and alias for awstats icons
39+
<Directory /usr/share/awstats>
40+
Order allow,deny
41+
Allow from all
42+
</Directory>
43+
Alias /awstats-icon "/usr/share/awstats/icon"
3844

3945
<tmpl_loop name="ip_adresses">
4046
NameVirtualHost {tmpl_var name="ip_address"}:80

0 commit comments

Comments
 (0)