Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 8250 invoked from network); 9 Dec 2004 07:17:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Dec 2004 07:17:43 -0000 Received: (qmail 7991 invoked by uid 500); 9 Dec 2004 07:17:37 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 7952 invoked by uid 500); 9 Dec 2004 07:17:36 -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 7932 invoked by uid 99); 9 Dec 2004 07:17:36 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from mail.xnet.hr (HELO pop.xnet.hr) (83.139.64.5) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Dec 2004 23:17:35 -0800 Received: from [83.139.76.246] (dh76-246.xnet.hr [83.139.76.246]) by pop.xnet.hr (8.12.10/8.12.10) with ESMTP id iB97HsQC027266 for ; Thu, 9 Dec 2004 08:17:54 +0100 Message-ID: <41B7FC11.3010104@apache.org> Date: Thu, 09 Dec 2004 08:17: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 CVS: ftp proxy probably broken References: <416E8485.6000708@domdv.de> In-Reply-To: <416E8485.6000708@domdv.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamd / ClamAV version 0.71, clamav-milter version 0.71 X-Virus-Status: Clean X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Andreas Steinmetz wrote: > Did anybody notice that the ftp proxy seems to be broken? > > Any request returns 503 and the reason seems to be that > ap_proxy_connect_backend is called with conn->addr=NULL > from ap_proxy_ftp_handler. Fix is trivial. I'll commit the patch as soon as SVN gets up :). Mladen.