* To update statistics and generate the HTML report page, launch
awstats.pl from the command line interface (the first time, process may
be long), like this:
- awstats.pl conf=www.myserver.mydomain > result.html
+ awstats.pl site=www.myserver.mydomain > result.html
AWStats will use awstats.www.myserver.mydomain.conf config file, and, if
not found, will use awstats.conf.
This command create/update database where AWStats store all summary
For this, if you called your config file awstats.conf, just use URL:
htpp://www.myserver.mydomain/cgi-bin/awstats.pl
If you called your config file awstats.virtualhost.conf, use URL:
- htpp://www.myserver.mydomain/cgi-bin/awstats.pl?conf=virtualhost
+ htpp://www.myserver.mydomain/cgi-bin/awstats.pl?site=virtualhost
where virtualhost is used to know which config file to use (AWStats will
use awstats.virtualhost.conf file).
* To update statistics and generate the HTML report page, launch
awstats.pl from the command line interface (the first time, process may
be long), like this:
- awstats.pl conf=www.myserver.mydomain > result.html
+ awstats.pl site=www.myserver.mydomain > result.html
AWStats will use awstats.www.myserver.mydomain.conf config file, and, if
not found, will use awstats.conf.
This command create/update database where AWStats store all summary
For this, if you called your config file awstats.conf, just use URL:
htpp://www.myserver.mydomain/cgi-bin/awstats.pl
If you called your config file awstats.virtualhost.conf, use URL:
- htpp://www.myserver.mydomain/cgi-bin/awstats.pl?conf=virtualhost
+ htpp://www.myserver.mydomain/cgi-bin/awstats.pl?site=virtualhost
where virtualhost is used to know which config file to use (AWStats will
use awstats.virtualhost.conf file).