From owner-freebsd-questions@FreeBSD.ORG Tue Mar 4 10:14:00 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D30BE1065671 for ; Tue, 4 Mar 2008 10:14:00 +0000 (UTC) (envelope-from pprocacci@datapipe.com) Received: from fmailhost06.isp.att.net (fmailhost06.isp.att.net [207.115.11.56]) by mx1.freebsd.org (Postfix) with ESMTP id CB0338FC2C for ; Tue, 4 Mar 2008 10:14:00 +0000 (UTC) (envelope-from pprocacci@datapipe.com) Received: from [10.5.21.122] (adsl-241-161-249.bna.bellsouth.net[74.241.161.249]) by isp.att.net (frfwmhc06) with ESMTP id <20080304101359H0600cralve>; Tue, 4 Mar 2008 10:13:59 +0000 X-Originating-IP: [74.241.161.249] Message-ID: <47CD20E5.10605@datapipe.com> Date: Tue, 04 Mar 2008 04:13:57 -0600 From: "Paul A. Procacci" User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Norman Maurer References: <611.37227.qm@web33704.mail.mud.yahoo.com> <1204625249.7005.0.camel@norman-laptop> In-Reply-To: <1204625249.7005.0.camel@norman-laptop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions , Abdullah Ibn Hamad Al-Marri Subject: Re: Is there a Relay proxy port can do this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2008 10:14:00 -0000 Norman Maurer wrote: > Hi, > > maybe mod_proxy can help you ( apache module ) or rinetd. > > Cheers > Norman > > Am Dienstag, den 04.03.2008, 01:49 -0800 schrieb Abdullah Ibn Hamad > Al-Marri: > >> Hello Network Gurus, >> >> I have Adobe Flex 2 application which hosts the flash applet on apache 2.2.8, then flash applet will connect to port 28001 but users who are behind firewalls and proxies which only allow connections to port 80. >> >> So I need a daemon to work around this problem and allow these users to connect to my application. >> >> Is there a port can do this? >> >> >> Regards, >> >> -Abdullah Ibn Hamad Al-Marri >> Arab Portal >> http://www.WeArab.Net/ >> >> >> >> >> >> ____________________________________________________________________________________ >> Never miss a thing. Make Yahoo your home page. >> http://www.yahoo.com/r/hs >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >> > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Provided you have ip's to space AND the port of your flash applet is modifiable, you *could* bind apache to one address tcp:10.5.21.1:80 (for example), and bind the flash applet to another tcp:10.5.21.2:80. If tis isn't an option, than Normans suggestion is right on.