We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafb509 commit 05c0f64Copy full SHA for 05c0f64
install/dist/tpl/gentoo/apache_ispconfig.conf.master
@@ -13,4 +13,9 @@ CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m
13
Deny from all
14
</Directory>
15
16
-
+# allow path to awstats and alias for awstats icons
17
+<Directory /usr/share/awstats>
18
+ Order allow,deny
19
+ Allow from all
20
+</Directory>
21
+Alias /awstats/icon "/usr/share/awstats/htdocs/icon"
0 commit comments