Seit dem Update auf Jessie fehlen die Icons in den awstat Reports.
Einsicht in 000-ispconfig.conf liefert das Problem, fehlender Alias
Wheezy:
Jessie:
Einsicht in 000-ispconfig.conf liefert das Problem, fehlender Alias
Wheezy:
Code:
# allow path to awstats and alias for awstats icons
<Directory /usr/share/awstats>
Order allow,deny
Allow from all
</Directory>
Alias /awstats-icon "/usr/share/awstats/icon"
Jessie:
Code:
# allow path to awstats and alias for awstats icons
<Directory /usr/share/awstats>
Require all granted
</Directory>