DNSLookup is disabled. To view the domain and the country of the visitors, you have to enable DNSLookup in AWStats configuration file:
DNSLookup=1
It is strange that the browsers are recognized and that the operating systems are not, because these informations come from the same field in the log file. Maybe your /lib/operating_systems.pm file is corrupted ?
Still got another question now that i found a problem thou hehe! ;)
on my page i use a default file to guide my trafic, example bellow. when trafic is guided to a page, in awstats that hit is pointed towards default.php, so i can never se wich of my subdomains they used to go where on my page. is it possible to fix that ?
Example
If they use test.izlik.com for example it's registerd as if they where to go to izlik.com, even if test.izlik.com takes them to another index.php file in a subfolder because the default.php is guiding the trafic…
redirect code:
<?
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past
Which page is "included" by php does not matter as the names of the included pages are not recorded in the log file.
It is usually better to have independent statistics when you have several subdomains. This demands that either you generate different log files for the different subdomains, or that the name of the subdomain is recorded for each hit in the log file. The first option is better. This requires that you configure the web server accordingly.
the demo for av stats and i se that on the side is the menu etc, in my aw stats i Have enabled the browser refresh but cant se it, also i dont have the menu in the side like the demo, it's on the top of the page like the design was not found or someting like it.
You do not see the left navigation bar and the "Update now" button, because you use "static HTML reports" (reports saved in HTML files). With the "dynamic reports" you get the navigation bar and the "Update now" button (http://…/awstats.pl?config=my_site).
To filter some IP addresses from the stats, use the SkipHosts directive in AWStats config file. Example:
SkipHosts="127.0.0.1 REGEX[^192\\.168\\.]"
This excludes visitors coming from 127.0.0.1 and from any address in the 192.168.***.*** range.
To filter a folder, use the SkipFiles directive also in AWStats config file. Example:
SkipFiles="/folder REGEX[^\\/folder\\/]"
This excludes all hits on /folder and on any file within /folder.
Jean-Luc
Does AWStats provide a way to filter IN by IP rather than just to fillter OUT by IP? I'm administering a website that is accessed by subscriber institutions and I need to display only usage statisitcs for each institution's ranges of ips to be viewed by representatives of the particular institution. I imagine I would have to set up users and realms and set and create separate config files. Assuming that is the case, once having done that, can I filter the statistics to show only a few ip ranges? If there is no better way, can I use SkipHosts to filter out as many as a few hundred ip ranges?
For the life of me, I have spent the last 4 days trying to get just one of my domains to show in awstats. I have one host with dozens of domain names, I only want one domain to show stats in awstats. I used the OnlyHosts="mydomain.com" and I get no records. With this blank I get records from all of my domains. I have tried REGEX examples and every combination there of and still nothing. Any help on this would be greatly apprecitiated. I am hosting with netfirms and using awstats 6.7 (build 1.892) Thank you in advance.