Hi all,
I have installed Awstats-6.8 on my Linux PC (FC 9) .I copy access log files from server to my Linux PC In /var/log directory and the www.mydomain.conf file is in /etc/awstats directory. I generate reports in static HTML pages from the command line in /usr/local/awstats/wwwroot/cgi-bin directory . Everything works fine but I seem to miss the beautiful icons! they don’t show in my reports. That means Awstats can not find /icon directory
It is in /usr/local/awstats/wwwroot/icon
In the conf. file I have : DirIcons=”/icon”
There is this comment in the conf. file :
# Relative or absolute web URL of your awstats icon directory.
# If you build static reports ("... -output > outputpath/output.html"), enter
# path of icon directory relative to the output directory 'outputpath'.
# Example: "/awstatsicons"
# Example: "../icon"
# Default: "/icon" (means you must copy icon directories in "/mywwwroot/icon")
can someone tell me where should I put the /icon directory so that awstats can find it?
On Sun, 2008-11-30 at 11:12 -0800, elk dolk wrote:
I have installed Awstats-6.8 on my Linux PC (FC 9) .
How did you install it? From source, or precompiled RPM, or something else? I installed it with a simple "yum install awstats", long ago, and it worked fine. My files aren't where you've mentioned:
in /usr/local/awstats/wwwroot/cgi-bin directory .
Mine are in: /usr/share/awstats/wwwroot/
In the conf. file I have : DirIcons=”/icon”
You should post the entire configuration file (the awstats configuration file, and the Apache configuration file for it). You can strip out comments, if you want to shorten it, but don't strip out actual settings.
Show us: /etc/awstats/*.conf /etc/httpd/conf.d/awstats.conf
There's aliases in the Apache configuration file, that makes the correlation between URIs to the image files, and where you've stored them on the hard drive. They've got to match up in both configuration files.