Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 60966 invoked from network); 31 Dec 2004 17:03:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 31 Dec 2004 17:03:46 -0000 Received: (qmail 59408 invoked by uid 500); 31 Dec 2004 17:03:40 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 59380 invoked by uid 500); 31 Dec 2004 17:03:40 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 59364 invoked by uid 99); 31 Dec 2004 17:03:39 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from iss04.interliant.com (HELO iss04.interliant.com) (198.3.182.194) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 31 Dec 2004 09:03:35 -0800 Received: from EX-008.mail.navisite.com (ex-008.interliant.com [198.3.179.39]) by iss04.interliant.com (8.10.2/8.10.2) with ESMTP id iBVH3WG10975 for ; Fri, 31 Dec 2004 11:03:32 -0600 (CST) Received: from [83.139.76.246] ([83.139.76.246]) by EX-008.mail.navisite.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.211); Fri, 31 Dec 2004 11:03:29 -0600 Message-ID: <41D58669.1050508@apache.org> Date: Fri, 31 Dec 2004 18:03:37 +0100 From: Mladen Turk User-Agent: Mozilla X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: 2.1.2-alpha http/ftp proxy/cache problems References: <41BC5A94.7040806@domdv.de> <41BEA4B4.5010607@apache.org> <41BF0B66.6000501@domdv.de> <41C4124C.5020808@domdv.de> <41C418D4.5080501@apache.org> <41C7E2D4.1080304@domdv.de> <41C7EB76.5010409@apache.org> <41C7F131.7010908@domdv.de> <41C7F3B2.3030107@apache.org> <41C80031.6050201@domdv.de> <41C808C0.7010408@apache.org> <41D2B32A.20100@domdv.de> In-Reply-To: <41D2B32A.20100@domdv.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 31 Dec 2004 17:03:30.0038 (UTC) FILETIME=[A6F4E960:01C4EF5A] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Andreas Steinmetz wrote: > > if (!conn->hostname) { > if (proxyname) { > conn->hostname = apr_pstrdup(conn->pool, proxyname); > conn->port = proxyport; > } else { > conn->hostname = apr_pstrdup(conn->pool, uri->hostname); > conn->port = uri->port; > } > } Can you check the current HEAD? Hostname and port are now noncachable for forward and reverse proxies. > I do hope this helps to solve the forward proxy bug. Yes, It did :) Regards, Mladen.