--- Mark Elsen <mark.elsen@gmail.com> wrote:
> > As to explaine you the problem
> >
> > here again
> >
> > when ever i enter any address in ie browser
> >
> > like www.cnn.com
> > or
> > cnn.com
> > i get this page
>
> - Check squid's acl rules (access controls);
> lookup and post access.log enty for the failing
> URL's.
>
> M.
thanks for reply
there are simple acl
just to allow
acl all src 0.0.0.0/0.0.0.0
never_direct allow all
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
acl lan src 192.168.1.0/255.255.255.0
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl Safe_ports port 280
acl Safe_ports port 488
acl Safe_ports port 591
acl Safe_ports port 777
acl CONNECT method CONNECT
http_access allow lan
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow all
http_access deny all
icp_access allow all
miss_access allow all
==========
and with same every thing i get the page on refresh
this squid is running from about 6 month this problem
start from few days
nothing is changed in squid
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam
protection around
http://mail.yahoo.com
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Received on Sat Oct 21 2006 - 05:37:52 MDT
This archive was generated by hypermail pre-2.1.9 : Wed Nov 01 2006 - 12:00:04 MST