From owner-freebsd-questions Sun Mar 22 02:28:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA13678 for freebsd-questions-outgoing; Sun, 22 Mar 1998 02:28:04 -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 CAA13634 for ; Sun, 22 Mar 1998 02:27:51 -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 SAA02194 for ; Sun, 22 Mar 1998 18:40:52 +0800 (WST) Message-Id: <2.2.32.19980322102745.00679ff8@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: Sun, 22 Mar 1998 18:27:45 +0800 To: questions@FreeBSD.ORG From: Jason McKay Subject: Squid 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