sorry, i've forgotten this, i'm so confused about testing all day long my squid.conf is:
auth_param digest program /usr/local/squid/prog/mysisisauthdigest.pl auth_param digest children 2 auth_param digest realm Sisis auth_param digest nonce_garbage_interval 7 minutes auth_param digest nonce_max_duration 5 minutes auth_param digest nonce_max_count 5 auth_param basic program /usr/local/squid/prog/mysisisauth.pl auth_param basic children 2 auth_param basic realm Sisis auth_param basic credentialsttl 1 minute authenticate_cache_garbage_interval 1 hour authenticate_ttl 7 minutes authenticate_ip_ttl 1 minute acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object acl localhost src 193.31.10.32/27 acl localhost src 193.31.10.64/27 acl localhost src 10.0.1.0/24 acl to_localhost dst 10.0.1.71 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 CONNECT method CONNECT acl passwordauth proxy_auth REQUIRED http_access allow manager localhost http_access deny manager http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access deny to_localhost http_access allow localhost passwordauth http_access deny all >> Can you please help me? >> Thanks a lot >> Stephanie > >post your squid.conf lines (auth_param and http_access at least) >people can't guess this.
