El sáb, 19-11-2005 a las 22:50 -0300, Gonzalo Rodriguez escribió: > Tengo instalado el muy comodo webalizer para hacer estadisticas, > aunque funciuona 10 puntos, nunca puede hacer funcionar la > discriminacion por paises, alguien tiene alguna idea? o sea que me > puestra las visitas por paises? > > Saludos. >
Básicamente, porque no estás diciendole que traduzca las IPs ... Si entiendes inglés, mirate esto: ftp://ftp.mrunix.net/pub/webalizer/DNS.README Y si no lo entiendes, baja directamente a donde pone "Examples" : webalizer -o out -D dns_cache.db /var/log/my_www_log This will process the log file /var/log/my_www_log, resolving IP addresses from the cache file 'dns_cache.db' found in the default output directory "out". The cache file must be present as it will not be created with this command. es decir: touch dns_cache.db webalizer -o /var/www/estadisticas/ -D dns_cache.db /var/log/apache/access.log O lo adaptas a tu sistema (apache2, etc etc) Saludos.

