Problema com access.log do squid

1. Problema com access.log do squid

Kelvyn
kelvynn

(usa Ubuntu)

Enviado em 04/12/2008 - 08:46h

Olá,
estou com um problema com o squid, tenho um servidor com ubuntu 8.04 e squid transparente, mas ele esta 'limpando' o access.log todo dia. Não sei o porque. Se alguem puder me ajudar, desde já agradeço.

segue o .conf,

http_port 192.168.0.1:3128 transparent

hierarchy_stoplist cgi-bin ?

acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY

cache_dir ufs /var/spool/squid 2048 16 256
cache_access_log /var/log/squid/access.log

cache_mem 32 MB

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320

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 7070 10000
acl Safe_ports port 80 # 85 86 87 7070 # http
acl Safe_ports port 10000 # webmin
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 CONNECT method CONNECT

error_directory /usr/share/squid/errors/Portuguese

acl block-hosts url_regex -i "/etc/squid/block-hosts.reg"
acl block-path urlpath_regex -i "/etc/squid/block-path.reg"
acl liberados src 192.168.0.16 192.168.0.9 192.168.0.10

http_access deny block-hosts
http_access allow liberados
http_access deny block-path
http_access allow all

http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
# Deny CONNECT to other than SSL ports
visible_hostname Proxy
icp_access allow all




  


2. Re: Problema com access.log do squid

irado furioso com tudo
irado

(usa XUbuntu)

Enviado em 04/12/2008 - 16:19h

examine o seu /etc/syslog.conf






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts