Hi!
My cable provider is fibertel (fibertel.com.ar)
my squid version is:
squid-2.4.STABLE3-1.7.2 (the one in the version
I recently instaled (SME 5.5 update 6), previously
I had squid-2.4.STABLE6
here is the config file, only domains and IP where edited the rest was untouched:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localsrc src 127.0.0.1 192.168.X.X/255.255.255.0
acl localdst dst 127.0.0.1 192.168.X.X/255.255.255.0
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535 980
acl CONNECT method CONNECT
acl webdav method PROPFIND TRACE PURGE PROPPATCH MKCOL COPY MOVE LOCK UNLOCK
append_domain .MYDOMAIN.org
cache_mgr admin@MYDOMAIN.org
ftp_user nobody@MYDOMAIN.org
http_access allow manager localsrc
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localsrc
http_access deny all
httpd_accel_host virtual
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
icp_access allow all
miss_access allow all
store_avg_object_size 3 KB
always_direct allow webdav
always_direct allow all
__________________________________________
that's it.
hope you see something i don't
thanks again!.
lightman