From owner-freebsd-questions Wed Jan 26 8:55: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.usishealth.com (adsl-216-62-210-29.dsl.austtx.swbell.net [216.62.210.29]) by hub.freebsd.org (Postfix) with ESMTP id 697161517C for ; Wed, 26 Jan 2000 08:54:54 -0800 (PST) (envelope-from erik@usishealth.com) Received: from usishealth.com (gargamel [192.168.1.2]) by ns.usishealth.com (Postfix) with ESMTP id 90D211AE89 for ; Wed, 26 Jan 2000 10:58:15 -0600 (CST) Message-ID: <388F26DE.A43A02A9@usishealth.com> Date: Wed, 26 Jan 2000 10:54:54 -0600 From: Erik de Zeeuw X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 4.0-20000114-CURRENT i386) X-Accept-Language: en-US, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Web URL based redirection Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm in the process of converting a Window$ NT based web application server into a cluster of FreeBSD machines, for both performance and long term usage, as well as personal satisfaction to see little daemons everywhere :) The problem is I can't just replace everything. I'll have to replace all this on an application basis. So I have to keep the actual NT server for the original applications. For now, applications are used with an URL like http://www.company.com/application And I would like to setup things so that the applications which are on the FreeBSD server can also be accessed the same way. I already install a FreeBSD/IPFilter firewall between the web server and the internet. So the question is what software should I use on the firewall to forward requests to http://company.com/NTapplication to the NT server, and forwarding http://company.com/BSDapplication to the FreeBSD server ? I guess it sounds like the software should be a proxy, but it may not be necessary to install a full proxy to just forward url requests to the machine they belong. Note that some applications uses secure http (https) so the software has to support it. Thanks for reading, Erik PS. I recently moved to Austin, TX. So if there are some Austin FreeBSD users outthere, let me know :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message