-
I collecting log files from many servers and merged with clfmerge, for a pan-domain application: the robots access record might start with domain name
"GET http://foo.bar.com/robots.txt 200 14"
so I tried to remove the rule: must start with /
10385c10385
< my $regrobot = qr/^\/robots\.txt$/i;
---
> my $regrobot = qr/\/robots\.txt$/i;.
2009-01-11 15:22:34 UTC in AWStats
-
Hi Eldy:
I notice one way to inprove awstats on big log file stats(about 5 times fast than before with little memory usage increased) is setting $LIMITFLUSH to 50000(current default value is 5000). is it configurable or just increase the default value to 50000? because too small LIMITFLUSH caused a lot of temporay file I/O durring the update;
Thanks
Che Dong.
2009-01-10 18:50:24 UTC in AWStats
-
This patch entry has been removed because it was submitted for a very old version of AWStats.
This does not means feature is available now in current version (may be) but simply that patch is now useless because this AWStats version is no more used.
2009-01-10 16:46:59 UTC in AWStats
-
updated old language file.
2009-01-10 16:46:59 UTC in AWStats
-
RCS file: /cvsroot/awstats/awstats/wwwroot/cgi-bin/lib/robots.pm,v
retrieving revision 1.53
diff -r1.53 robots.pm
356a357
> 'yahoo!\sslurp\schina',
476a478
> 'soso',
677a680,688
> 'blogbus',
> 'QBikSpider',
> 'Zwl.Rss.Spider',
> 'BBReaderFeedSpider',
> 'yeti',
> 'doubanbot',
> 'moreoverbot',
> 'xianguo',
> 'blogvibebot',
998a1010
> 'yahoo!\sslurp\schina','
2009-01-10 16:36:51 UTC in AWStats
-
Added in last release version.
So patch is no more needed.
2009-01-10 16:27:57 UTC in AWStats
-
Index: search_engines.pm
===================================================================
RCS file: /cvsroot/awstats/awstats/wwwroot/cgi-bin/lib/search_engines.pm,v
retrieving revision 1.46
diff -r1.46 search_engines.pm
288a289
> 'image\.baidu\.com', # baidu image search
296a298
> '\.youdao\.com', # powered by NetEase
503a506
> 'image\.baidu\.com','baidu_image',
508a512.
2009-01-10 16:27:57 UTC in AWStats
-
chedong committed patchset 95 of module phpMan to the phpMan CVS repository, changing 1 files.
2007-09-05 04:42:51 UTC in phpMan
-
chedong committed patchset 94 of module phpMan to the phpMan CVS repository, changing 1 files.
2007-08-21 09:05:22 UTC in phpMan
-
RCS file: /cvsroot/awstats/awstats/wwwroot/cgi-bin/lib/search_engines.pm,v
retrieving revision 1.43
diff -r1.43 search_engines.pm
288c288,296
< 'baidu\.com','search\.sina\.com','search\.sohu\.com', 'sogou\.com',
---
> '\.baidu\.com', # baidu search portal
> '\.vnet\.cn', # powered by MSN
> '\.soso\.com', # powered by Google
> '\.sogou\.com', # powered by Sohu
>...
2007-06-12 10:36:45 UTC in AWStats