I'm updating some old AWStats config files to filter out some specific IP ranges. Here's the pertinent section of the config file:
# Do not include access from clients that match following criteria.
# If your log file contains IP addresses in host field, you must enter here
# matching IP addresses criteria.
# If DNS lookup is already do...
Has anyone tried to use Awstats for generating usage statistics for a Liferay portal?
Can you share your experience on how to do it?
Aside from Awstats and Google Analytics, are there any other alternatives for generating statistics for a Liferay portal? (I can't use Google Analystics since it's a restricted internal portal)
...
I was just reading that there is a feature in AWStats that can estimate how many users have added your site to their favorites/bookmarks. How does this work considering that AwStats is just a log analyzer?
...
I would like to generate a report using /var/logs/xferlog showing the traffic for a particular user, for a particular month.
...
I'm using AWStats and I want to ignore everything in a subdirectory except for a particular directory, here is the directory layout:
Webroot
-dir_1
-dir_2
--subdir_a
--subdir_b
--subdir_c
...
I want to run statistics for everything in the web root excluding dir2 and all its subdirectories but including subdir b. I've tried usin...
Hi,
does anyone ever heard of a tool/script/etc. which allows to import an AWStats created logfile ( e.g. as text or xml ) into a SQL-DB?
I just want to figure out if i really have to write a parser-script myself...
thanks.
...
Had quite a bit of AWStats for one day. The AWStats LogFormat docs state that the following log line:
[24/Sep/2009:17:15:12 -0500] x.x.x.x UNKNOWN xxxtemp "STOR recxxx.zip" 226 5164965
should be matched by the following LogFormat:
LogFormat="%time1 %host %other %logname %methodurlnoprot %code %bytesd"
that is, if the LogSeperator is ...
hi friends
I want to implement Awstats web statitics in my website.
Can any one tellwhat are the exact steps to do this.
I have downloaded Awstats from its site.
But i dont know exactly the steps to implement this.
It seems to a big task.
Can any one Help me to do this
Thanks
...
Hi, I have AWStats installed on a linux based machine and it just work fine.
Now, I want to get AWStats to send a report to my email.
I was thinking about writing a PHP script to call awstat.pl and then send an email with the report as an attachment. But I am not quite sure how to do this.
...
I'm new to AWStats, so if this question is unclear, please ask for the needed information.
I'm using AWStats v6.9, with the GeoIP plug-in running successfully. I would like to write an Extra Section that reports unique page hits for one specific page in my domain sorted by country. So the table would look something like:
Country Code...
I effectively want to be able to get a list of all my clients in WHM, and compare their hit stats (stored in awstats in cpanel) in order to rank them by popularity. Anybody know how to do this?
...
I have a site that is analyzed by AWStats, and I am satisfied with the information its provides.
Now, is there a way to display a little picture-icon with main AWstats(hits, etc) data on the bottom of the (main)web site page?
Or maybe there is a way to programmatically recuperate this kind of information?
...
Hi,
I have a few hundred phpld sites to move - each has its own cpanel, ( & the target may have shared cpanel) & I can do a full cpanel backup on the original server, but I don't have whm on the current host - the backups are fairly easy to organize but the installs so far means picking through files & setting up db's & mail etc by ha...
I have a HostGator site using Awstats and I've recently noticed the following 3 bizarre 404s:
[address] [times]
/images/wikimedia-button.png 1
/apple-touch-icon.png 1
/imgs/custom-space.gif 1
the first and third also carry referrers from within my site, but are 100% definitely absolutely n...
I'm try to determine how to setting up AWStats for multiple sites on the server server. Ideally I would go to stats.mydomain.com and be able to see awstats for any site on my server. That is to say I don't want to have to set up stats.domain1.com, stats.domain2.com, ad nausea. Is it possible to create a single location and then switch be...
My apache access log file looks something like this, and I was getting all 0 (zeros) in my awstats html output.
I am awstats_config.conf file has the following
LogFormat="%host %other %logname %time1 %method %url %query %code %bytesd %other %refererquot %uaquot"
SiteDomain="coco.com"
HostAliases=" "
DefaultFile="reports cas board wallb...
Hi guys, i have a perl script that is used in updating my awstats logs of my website. The script works fine if i just paste it in cmd (Windows) but the moment i paste it in a batch file, it messes up the format of the files generated (they should be prepended with current date/time). The code is:
perl C:\PROGRA~2\AWStats\tools\awstats_b...
I want to enhance my AWStats installation by adding the Content-Length field from a POST request/response to my AWStats reports. How do I accomplish this? What do I need to add to awstats.pl? I'm totally new to Perl programming.
The LogFormat in Apache is:
LogFormat "%h %l %u %t \"%r\" %>s %b %{Content-Length}i" enhcommon
Many tha...
Hi all,
currently in order to access statistics on my site I access this link:
www.mysite.org/awstats/awstats.pl?config=awstatsconffile.org
all is working fine, but what I want to achieve is simply this:
www.mysite.org/stats/
I've created the "sites" directory and inside I've created the .htaccess file but without success.
Any idea...