Bom dia,

Amigos preciso da ajuda de vcs, não estou entendendo o que esta errado, já verifiquei várias vezes o sarg.conf e o squid.conf e não vejo nada de errado.

Squid.conf

#http_port 3128
http_port 3128 transparent
visible_hostname debian.number.com.br
# Configuração do cache
cache_mem 128 MB
#maximum_object_size_in_memory 1536 KB
maximum_object_size 4096 KB
#minimum_object_size 0 KB
cache_swap_low 95
cache_swap_high 98
cache_dir ufs /var/spool/squid 800 32 32
# Localização do log de acessos do Squid
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
#cache_store_log none
cache_store_log /var/log/squid/cache.log
connect_timeout 30 seconds
refresh_pattern ^ftp: 15 20% 2280
refresh_pattern ^gopher: 15 0% 2280
refresh_pattern . 15 20% 2280
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 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 901 # SWAT
acl purge method PURGE
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
# Libera acessos na hora que quiser (horaliberada)
#acl almoco time 12:00-14:00
#http_access allow horaliberada
# Regra para liberar o acesso por ip, ip_liberado
acl ip_liberado src 192.168.0.36 192.168.0.30 192.168.0.26 192.168.0.18
http_access allow ip_liberado
# Regra para bloquear por palavras, arquivo em porn.txt
acl porn dstdom_regex "/etc/squid/porn.txt"
http_access deny porn
# Regra para liberar por palavras, arquivo em noporn.txt
acl noporn dstdom_regex "/etc/squid/noporn.txt"
http_access allow noporn
# Regra para Bloquear por domínio
#acl bloqueados dstdomain orkut.com www.orkut.com playboy.abril.com.br
#http_access deny bloqueados
# Regra para bloquear download de arquivos em blockfile.txt
acl blockfile urlpath_regex -i "/etc/squid/blockfile.txt"
http_access deny blockfile
# Autenticação dos usuários
#auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd
#acl autenticados proxy_auth REQUIRED
#http_access allow autenticados
# Libera para a rede local
acl redelocal src 192.168.0.0/24
http_access allow localhost
http_access allow redelocal
# Bloqueia acessos externos
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
cache_mgr [email protected]
cache_effective_user squid
cache_effective_group squid


Sarg.conf


language Portuguese
access_log /var/log/squid/access.log
graphs yes
graph_days_bytes_bar_color red
title "Relatorio Diario do Proxy"
font_face Tahoma,Verdana,Arial
header_color darkblue
header_bgcolor blanchedalmond
font_size 9px
background_color white
text_color #000000
text_bgcolor lavender
title_color green
temporary_dir /tmp
output_dir /var/www/squid-reports
output_email none
resolve_ip
user_ip no
topuser_sort_field BYTES reverse
user_sort_field BYTES reverse
exclude_users /etc/squid/sarg.users
exclude_hosts /etc/squid/sarg.hosts
date_format e
lastlog 0
remove_temp_files yes
index yes
index_tree file
overwrite_report yes
records_without_userid ip
use_comma yes
mail_utility mailx
topsites_num 100
topsites_sort_order BYTES D
index_sort_order D
exclude_codes /etc/squid/sarg.exclude_codes
max_elapsed 28800000
report_type topusers topsites sites_users users_sites date_time denied auth_failures site_user_time_date downloads
usertab /etc/squid/sarg.usertab
long_url no
date_time_by bytes
charset Latin1
show_successful_message no
show_read_statistics no
topuser_fields NUM DATE_TIME USERID CONNECT BYTES %BYTES IN-CACHE-OUT USED_TIME MILISEC %TIME TOTAL AVERAGE
user_report_fields CONNECT BYTES %BYTES IN-CACHE-OUT USED_TIME MILISEC %TIME TOTAL AVERAGE
topuser_num 0
site_user_time_date_type table
download_suffix "zip,arj,bzip,gz,ace,doc,iso,adt,bin,cab,com,dot,drv$,lha,lzh,mdb,mso,ppt,rtf,src,shs,sys,exe,dll,mp3,avi,mpg,mpeg"

Simplesmente não gera nenhum relatório o que mais tenho que fazer, alguma coisa no apache? sei lá preciso de uma luz.

valeu