From owner-freebsd-questions Mon Mar 23 07:48:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05897 for freebsd-questions-outgoing; Mon, 23 Mar 1998 07:48:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from barney.webace.com.au ([203.25.160.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05794; Mon, 23 Mar 1998 07:47:54 -0800 (PST) (envelope-from jasonm@webace.com.au) Received: from jason (jason.webace.com.au [203.25.160.112]) by barney.webace.com.au (8.8.5/8.8.5) with SMTP id AAA05581; Tue, 24 Mar 1998 00:01:03 +0800 (WST) Message-Id: <2.2.32.19980323154747.0067dbf4@webace.com.au> X-Sender: jasonm@webace.com.au X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 23 Mar 1998 23:47:47 +0800 To: questions@FreeBSD.ORG From: Jason McKay Subject: Squid Cc: isp@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm using Squid version 1.2.beta14, the only problem I'm having is images from other web sites appearing in my page. For example, AltaVista's 'Search' button image, appeared replacing an image on my web page. As soon as the Squid proxy was turned off in the web browser, everything returned to normal. Here is my Squid proxy config: ttp_port 8080 debug_options ALL,1 acl all src 0.0.0.0/0.0.0.0 acl tocache proto HTTP FTP http_access allow all icp_access allow all cache_mem 40 MB cache_mem_low 75 cache_mem_high 90 cache_swap_low 90 cache_swap_high 95 cache_effective_user squid squid cache_effective_user nobody nogroup cache_dir /drive2/cache 5000 16 25 I would be greatful for any suggestions on solving this problem. Thanks, Jason McKay. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message