All

        Estou com um problema de relatório duplicado no sarg.

Quando vou gerar o relatório do squid no sarg tem aparecido as seguintes informações:

30Nov2005-30Nov2005     Qui Dez 1 06:26:46 BRST 2005      15       23K    2K
30Nov2005-01Dec2005     Qui Dez 1 06:25:04 BRST 2005      21      34K     2K
29Nov2005-29Nov2005     Qua Nov 30 06:26:42 BRST 2005   11      19K     2K
29Nov2005-30Nov2005     Qua Nov 30 06:25:05 BRST 2005   20      33K     2K

Como vocês podem notar, o relatório de certa forma esta duplicado. Será que o problema pode estar no sarg ou no squid.

# squid.conf
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY

cache_dir ufs /var/spool/squid 100 16 256
cache_access_log /var/log/squid/access.log
cache_log /var/squid/log/cache.log
cache_store_log none

acl all src 0.0.0.0/0.0.0.0

acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443 563     # https, snews
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl Safe_ports port 1863        # MSN
acl Safe_ports port 3306        # MySQL
acl CONNECT method CONNECT

## REDE LOCAl ##
acl rede_interna src 192.168.0.0/24

# Bloqueando portas que não estão sendo utilizadas
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports

# Regras do Usuário
# Permite conexões da rede interna
http_access allow rede_interna
http_access deny all

# Proxy transparente
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on



        Estou utilizando o debian stable.

--


 .''`.   Caio Abreu Ferreira
: :'  :  GNU/Linux Debian
`. `'`   Gnupg ID 0x01186BE1
  `-     Linux Couter 327834


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Responder a