From owner-freebsd-questions@FreeBSD.ORG Mon Jun 14 18:15:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F80516A4CE for ; Mon, 14 Jun 2004 18:15:41 +0000 (GMT) Received: from kende.com (ns1.kende.com [66.17.131.94]) by mx1.FreeBSD.org (Postfix) with SMTP id BEE8A43D2D for ; Mon, 14 Jun 2004 18:15:40 +0000 (GMT) (envelope-from andras@kende.com) Received: (qmail 43737 invoked by uid 0); 14 Jun 2004 18:15:45 -0000 Received: from unknown (HELO ak) (24.1.130.29) by ns1.kende.com with SMTP; 14 Jun 2004 18:15:45 -0000 From: "Andras Kende" To: "'Goodleaf, John'" , Date: Mon, 14 Jun 2004 13:15:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Thread-Index: AcRSK7DI21TKetZtSQ+lvyiC8i2N/gADoOog Message-Id: <20040614181540.BEE8A43D2D@mx1.FreeBSD.org> Subject: RE: web serving X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2004 18:15:41 -0000 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Goodleaf, John Sent: Monday, June 14, 2004 11:22 AM To: freebsd-questions@freebsd.org Subject: OT: web serving Please reply to john@goodleaf.net So I have a FreeBSD server at home serving some web pages, mostly web mail (Apache). It's running on a DSL line behind a gateway that forwards port 80 requests to it. Now here's the problem. I need to serve also from an IIS .NET server (it's for my girlfriend; don't bug me). So my question: How do I serve some things from the IIS server and some from the BSD server? Do I set up some kind of proxying? I'm sure there are three hundred solutions, but this is not something I've ever had to learn about. I'm willing to RTFM; I just want to be pointed in the right direction. Thanks, John _________________________________________________________________ This e-mail message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. _______________________________________________ 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" Hello, You could probably do something like: Forward port 80 to freebsd apache and set A proxy from there to the IIS at 192.168.1.50 ProxyPass http://192.168.1.50:80/ ProxyPassReverse http://192.168.1.50:80/ This would work like www.yourserver.com/iis But probably you could put inside a too if needed... Here in detail: http://www.zope.org/Members/regebro/Zope_and_Apache Best regards, Andras Kende http://www.kende.com