[squid-users] access.log file is automatically deleted

From: Carlos Simbaņa <csimbana@dont-contact.us>
Date: Tue, 26 Oct 2004 10:21:43 -0500

Hi folks

I have a problem with the access log because this file is deleted
automatically frequently but I haven't any proccess to delete it. What
can be?

My squid.conf is:

http_port 3128
icp_port 3130
hierarchy_stoplist cgi-bin ?
mime_table /home/etc/squid/mime.conf
log_mime_hdrs on
acl ServerHTTPS urlpath_regex https://* https:// https
acl QUERY urlpath_regex cgi-bin ?
acl SercureHTTP dstdomain https://* https:// https
acl all src 0.0.0.0/0.0.0.0
acl noPagesCache url_regex "/home/etc/squid/cachePages"
acl NoDownloadIP src '/home/etc/squid/noDownloads_src'
always_direct allow noPagesCache
no_cache deny noPagesCache QUERY ServerHTTPS SercureHTTP
#icon_directory /usr/local/squid/share/icons
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563 81 10000
acl Safe_ports port 21 70 80 81 210 280 488 591 777 1025-65535
acl CONNECT method CONNECT
acl noDownloads urlpath_regex '/home/etc/squid/noDownloads_dst'
#no_cache deny all
#always_direct allow all
cache_mem 16 MB
ftp_passive on
ftp_user ftp@localhost
cache_mgr admin@localhost

header_access X-Forwarded-For deny all
header_access Proxy-Connection deny all
header_access Cache-Control deny all
header_access SERVER deny all
header_access Via deny all
forwarded_for off

visible_hostname 205.240.153.234
acl interfaces dst 205.240.153.234 192.168.1.1 172.20.12.2
http_access allow interfaces

#Opciones DNS
dns_nameservers 127.0.0.1 192.168.1.1

#Control Ancho de Banda
delay_pools 2

acl onlyunlimited src '/home/etc/squid/bw_unlimited'
delay_class 1 3
delay_access 1 allow onlyunlimited
delay_access 1 deny all
delay_parameters 1 -1/-1 -1/-1 -1/-1

acl only512000 src '/home/etc/squid/bw_512000'
delay_class 2 3
delay_access 2 allow only512000
delay_access 2 deny all
delay_parameters 2 -1/-1 -1/-1 64000/64000

#Control maxconn
acl hostconn_30 src '/home/etc/squid/maxconn_30
acl maxconn_30 maxconn 30
http_access deny hostconn_30 maxconn_30 !interfaces

#Control max_downloads
acl max_downloads_2097152 src '/home/etc/squid/maxDownloads_2097152
reply_body_max_size 2097152 allow max_downloads_2097152
acl max_downloads_943718400 src '/home/etc/squid/maxDownloads_943718400
reply_body_max_size 943718400 allow max_downloads_943718400

redirect_program /usr/local/bin/squidGuard -c
/home/etc/squid/squidGuard.conf
http_access deny manager
http_access deny CONNECT !SSL_ports !Safe_ports
http_access deny NoDownloadIP noDownloads
half_closed_clients off
server_persistent_connections off
client_persistent_connections off
icp_access allow all
cache_replacement_policy heap LRU
memory_replacement_policy heap LRU
cache_dir diskd /var/spool/squid 1600 16 256
cache_swap_low 60
cache_swap_high 70
cache_store_log none
log_fqdn off
http_access allow all
logfile_rotate 1
log_icp_queries off
buffered_logs off
emulate_httpd_log off
log_ip_on_direct off
log_mime_hdrs off
cache_effective_user squid
cache_effective_group squid
dns_timeout 10 minutes
negative_ttl 10 minutes
request_timeout 600 seconds
connect_timeout 90 seconds
extension_methods SEARCH SUBSCRIBE <searchrequest
ie_refresh on
prefer_direct on
error_directory /home/etc/squid/errors/en/
request_header_max_size 5 KB

httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on

*******************************************************
This message has been scanned for viruses and
dangerous content by Kypus Server Appliance E-Mail
Protection Service, and is believed to be clean.
*******************************************************
Received on Tue Oct 26 2004 - 09:21:19 MDT

This archive was generated by hypermail pre-2.1.9 : Mon Nov 01 2004 - 12:00:02 MST