Forum Moderators: DixonJones

Message Too Old, No Replies

Webalizer - Group Keywords list by Search Engine

         

bebox

3:30 pm on Jul 14, 2003 (gmt 0)

10+ Year Member



Hi Guys,
We have just moved to a Rackspace server in the US and now are using Webalizer on the box. It seems reasonably good at the moment but I have a few questions...

Can Webalizer group the long list of keywords by the Search Engine so we can see what keywords are coming from what Search Engine?

Can Webalizer just show the keywords from the previous day and not the whole lot for the month whihc can end up a very very long list after only a few days?

Thanks for your help as I have looked in all the man pages and conf files and it does not seem possible to do the above whihc is a little strange.

B

charlier

3:36 pm on Jul 14, 2003 (gmt 0)

10+ Year Member



I don't think it can do what you are looking for directly. It does not do an analyis for each day. However, if you can do a bit of scripting its pretty easy to create a little logfile for each day and just analyze it. Just use perl or a shell script to grep the logs for the previous days entries, eg `grep "14/Jul/2003" access > dayslog.txt`.

Good luck.