Talk:Complete Virtual Mail Server/awstats
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using
~~~~
:
A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC) : A reply [[User:Sally|Sally]] 12:33, 5 November 2024 (UTC) :: Your reply ~~~~
Note needed?
I had to add this:
ScriptAlias /awstats.pl "/usr/share/awstats/wwwroot/cgi-bin/awstats.pl"before it would work. Gerdesj 14:41, 1 June 2012 (UTC)
Can anybody confirm this, or is this specific to Gerdesj's apache setup. — The preceding unsigned comment was added by Oliver (talk • contribs) 19 October 2012
I confirm it. --vostorga (talk) 20:17, 23 January 2013 (UTC)
Also everybody should pay attention to parameter Dir Data in configuration file. This parameter originally is set up as DirData="."
The problem with the above is that if you use the "dinamic" cgi way, you won't be able to see reports generated with the command /usr/bin/awstats.pl --config=foo.tld -update because they "data" will be stored in the same directory where awstats.pl lives.
So you must change the parameter to: DirData="/usr/share/awstats/wwwroot/cgi-bin"
— The preceding unsigned comment was added by Vostorga (talk • contribs) 23 January 2013
- Vostorga solved the "problem", but failed to close the "discussion" back in 2013. --Davidbryant (talk) 00:35, 14 August 2020 (UTC)