[Mod_log_sql] International traffic loggin

Edward Rudd urkle at outoforder.cc
Wed Oct 10 08:39:37 EDT 2007


no, not really.  It would have to be done as a post processing  
procedure on the logged data.  The only way to know what  
international traffic is, is to know what country you consider  
"local" and use the MaxMind GeoIP to analyze the IP addresses to sort  
the IPs into countries.

You could write an addon module for mod_log_sql that would do the  
GeoIP lookup and store the country in the DB, but it would be an  
extra processing step and would slow down the logging of the  
transactions.

On Oct 8, 2007, at 11:12 PM, Corey Sewell wrote:

> Hi All,
>
> We need to log only international traffic. Is this possible with  
> mod log
> sql?
>
> Thanks
> _______________________________________________
> Download the latest version at http://www.outoforder.cc/projects/ 
> apache/mod_log_sql/
>
> To unsubscribe send an e-mail to
> mod_log_sql-unsubscribe at lists.outoforder.cc




More information about the Mod_log_sql mailing list