Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 70092 invoked from network); 8 May 2006 21:00:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 May 2006 21:00:54 -0000 Received: (qmail 9701 invoked by uid 500); 8 May 2006 21:00:43 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 9686 invoked by uid 500); 8 May 2006 21:00:43 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 9675 invoked by uid 99); 8 May 2006 21:00:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 May 2006 14:00:43 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [128.255.83.12] (HELO itsnt171.iowa.uiowa.edu) (128.255.83.12) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 May 2006 14:00:42 -0700 Received: from IOWAEVS03.iowa.uiowa.edu ([128.255.40.146]) by itsnt171.iowa.uiowa.edu with Microsoft SMTPSVC(6.0.3790.211); Mon, 8 May 2006 16:00:20 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 8 May 2006 16:00:18 -0500 Message-ID: <2497467EAFFFBE4F9FE8A70C7B3DCF18052B228D@IOWAEVS03.iowa.uiowa.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Proxying active ftp Thread-Index: AcZy4mllCbluJoemQjK5wY2d1mlEzA== From: "Browne, Anthony A" To: X-OriginalArrivalTime: 08 May 2006 21:00:20.0333 (UTC) FILETIME=[6A9A99D0:01C672E2] X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Proxying active ftp X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello everyone, I have a virtual host that needs to proxy ftp. The config for it is: ServerAdmin xxxx ServerName xxxx:9982 LogFormat "%t %h %{Host}i \"%r\" %s %B" ftpcommon CustomLog logs/9982_access.log ftpcommon ProxyRequests On The problem is that when clients try active ftp connections, they get: The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET ftp://xxxx/products/xxxx/xxxxx/xxxx.exe Reason: connect to xxxx:62715 failed - firewall/NAT? ------------------------------------------------------------------------ -------- Apache/2.0.54 (Win32) Server at xxxx Port 21 I assume that its active ftp that's causing the problem because of the port numbers, but in any event I don't know what to do next. I've tried a bunch of things and none of them have worked. Anyone, have any suggestions? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org