I have awstats generating the html reports with data in them. However the reports are not showing any of the graphs( eg. for monthly history, days of week, hours, etc). Also, it is not showing the images for the icons ( for example it shows a red X next to Windows – for the top operating systems). I currently have this setting within my .conf file:
DirIcons="/icon"
Not sure why it is not picking up the graphs, and why it is not showing the icon images.
With this DirIcons value, AWStats looks for the icons under http://www.your_server.com/icon . For example, the AWStats icon at the top of the report should be at http://www.your_server.com/icon/other/awstats_logo6.png . If this is not the case, change DirIcons or move the icons to the right directory.
I am not using any server right now. Awstats is running on my local machine, and my icons ( for example awstats_logo6.png, and others) are under the following directory on my local machine: C:\\awstats-6.9\\awstats-6.9\\wwwroot\\icon\\other
Even the Awstat icon at the top of the report is not displaying ( it is showing a red X).
Got it to show up now… I realized that my awstats was trying to look up the images under C:\\icon\\other… so I moved the icons folder under my C:\\ and now the graph and images show up.
I emailed the report to a colleague of mine, and the images and graphs are not showing up when he views the html report. I think that is because the source for the image is on my local machine ( under C:\\icon\\other), so he is unable to view it. Is there not a way for the report to be able to display the image for him too when he opens the html attachment that I sent him? Because that means that when we email the reports to the clients, they will not be able to view the graphs.