Webstats gathering

SM sm at resistor.net
Sat Apr 10 06:41:28 CEST 2010


Hi Steve,
At 15:55 09-04-10, Steve Bertrand wrote:
>I'm looking for a recommendation on software, technique or a combination
>of both to extract data from a couple of years of web logs.
>
>Specifically, a successful combination must be able to do two things:
>read from a cronolog system, and identify IPv4 and IPv6 traffic separately.
>
>Here is how Apache is configured (I apologize for the wrap):
>
><VirtualHost ipv6canada.com:80>

It's better not to have a hostname there.  If you are using 
name-based virtual hosts, you could rewrite it as:

<VirtualHost 208.70.104.210:80>

For the IPv6 case:

<VirtualHost [2607:f118::b6]>

Set the relevant directives to get a log for IPv4 and one for IPv6 traffic.

Regards,
-sm 



More information about the ipv6-ops mailing list