From owner-freebsd-questions@FreeBSD.ORG Thu May 19 09:41:51 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B23D16A4CE for ; Thu, 19 May 2005 09:41:51 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D35343D90 for ; Thu, 19 May 2005 09:41:50 +0000 (GMT) (envelope-from khaled.abu@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so533475wra for ; Thu, 19 May 2005 02:41:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UV/YO62hZuDeLult3tjGfnqT2vfsK1yuSay4omeNQzqKLbcRQY1iHTL8ABNECC6eMrWlzldIyrRTS6qwNLCXOhydg8oSadloIHowQVKSQru/Jjuu2Cy9gTQxnD0PXx8DECX2B1dLvPn8GvmgD3Metp5a34PoPLbMx0kRcEUvlFA= Received: by 10.54.23.26 with SMTP id 26mr894444wrw; Thu, 19 May 2005 02:41:49 -0700 (PDT) Received: by 10.54.66.16 with HTTP; Thu, 19 May 2005 02:41:49 -0700 (PDT) Message-ID: Date: Thu, 19 May 2005 12:41:49 +0300 From: Abu Khaled To: Timothy Smith In-Reply-To: <428BE00C.90803@open-networks.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <428BE00C.90803@open-networks.net> cc: freebsd-questions@freebsd.org Subject: Re: apache2 headers cache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Abu Khaled List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 09:41:51 -0000 On 5/19/05, Timothy Smith wrote: > hi there i have a situation where my isp's tranparent proxy is caching > an old file from my webserver (it's a zip file) and they have suggested > turning off caching HTTP headers on my webserver, i can't find any docs > on this has any one had experience with this? Well I don't use apache but I use squid and many websites cause problems because they don't have properly configured headers for cache-control Check Apache docs for mod_expire , mod_headers and Google for Cache-Control header. Something like "Cache-Control: no-cache". Sorry can't help you further I never used apache before. --=20 Kind regards Abu Khaled