> thanks for your help, I run wget
>
> [EMAIL PROTECTED] logs]# wget www.google.com
> --09:19:40--  http://www.google.com/
>            => `index.html'
> Connecting to 10.0.2.110:9090... connected.
> Proxy request sent, awaiting response... 403 Forbidden
> 09:19:41 ERROR 403: Forbidden.
>
>
> this is the info from access.log files:
>
> in squid access.log:
>
> 1226413180.997     13 127.0.0.1 TCP_DENIED/403 1847 GET
> http://www.google.com/ - NONE/- text/html
>
>
> this is the dansguardian access.log file:
>
> 2008.11.11 9:19:41 - 10.0.2.110 http://www.google.com *EXCEPTION*
> Exception client IP match. GET 1512
>
>
> my squid.conf file:
> <snip>
> acl CONNECT method CONNECT
> http_access allow manager localhost
> http_access deny manager
>
> http_access deny !Safe_ports
> http_access deny CONNECT !SSL_ports
>
> http_access allow localnet

Needs "http_access allow localhost" here to accept traffic from
dansguardian through 127.0.0.1

Amos


Reply via email to