Date: Tue, 04 Mar 2008 04:13:57 -0600 From: "Paul A. Procacci" <pprocacci@datapipe.com> To: Norman Maurer <norman@apache.org> Cc: FreeBSD Questions <freebsd-questions@freebsd.org>, Abdullah Ibn Hamad Al-Marri <wearabnet@yahoo.ca> Subject: Re: Is there a Relay proxy port can do this? Message-ID: <47CD20E5.10605@datapipe.com> In-Reply-To: <1204625249.7005.0.camel@norman-laptop> References: <611.37227.qm@web33704.mail.mud.yahoo.com> <1204625249.7005.0.camel@norman-laptop>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47CD20E5.10605>