[squid-users] Problem when browsing some web site

From: Pab <pabeucher@dont-contact.us>
Date: Mon, 9 Oct 2006 13:26:57 +0200

Hello,

I m on since few days and i m going to be crazy.

I want to configure Squid to act as a http gateway for LAN clients =
browsers.

My conf is a dual core 3,4GHz 2 Gb RAM 4 SATA Disk ... and 2 network =
interfaces : one on my private LAN one on the Internet.

I have installed on : Freebsd 6.1, Ipfw (On rules open =3D> Accept all =
from any to any) and Squid 2.6

My squid.conf is very simple=20

http_port 192.168.10.253:3128

visible_hostname pandora.intranet.org
cache_effective_user squid squid

acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
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 Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
acl MyNetwork src 192.168.10.0/24

acl all_url url_regex .
acl localserver dstdomain .intranet.org

cache deny localserver
cache deny all_url

http_access allow localnet
http_access deny all

debug_options ALL,1

I Have some porbleme with Squid browsing certain web site.
Example :
When I start Squid and connect to google. The first page appear =
immediatly but when i start a search, the result never arrives.

Please does anyone can help me with that problem ??

Thx
Received on Mon Oct 09 2006 - 05:27:03 MDT

This archive was generated by hypermail pre-2.1.9 : Wed Nov 01 2006 - 12:00:04 MST