codice:
#squid.conf

http_port *****43:3030
icp_port 3130

#visible_hostname ****.net
#unique_hostname *****c.net
cache_access_log none

mime_table /usr/share/squid/mime.conf
pid_filename /var/run/squid.pid
ftp_user anonymous@heraif.local
dns_nameservers 127.0.0.1

acl localnet src 82.0.0.0/255.0.0.0
acl localhost src 127.0.0.1/255.255.255.255
acl Safe_ports port 80 443 210 119 70 20 21 1025-65535
acl CONNECT method CONNECT
acl all src 0.0.0.0/0.0.0.0
http_access allow localnet
http_access allow localhost
#http_access deny !Safe_ports
#http_access deny CONNECT
#http_access deny all

icp_access allow all
forwarded_for off
questo è un abbozzo del file di configurazione
quando lo lancio, tutto ok, ma sembra che non esista VVoVe:

debian:/etc/squid# squid -z
2005/10/30 13:26:57| Creating Swap Directories

debian:/etc/squid# squid -k check
squid: ERROR: No running copy

ovviamente non funziona