From owner-freebsd-questions Sat Dec 29 20: 7:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp017.mail.yahoo.com (smtp017.mail.yahoo.com [216.136.174.114]) by hub.freebsd.org (Postfix) with SMTP id 3575B37B405 for ; Sat, 29 Dec 2001 20:07:30 -0800 (PST) Received: from ci592716-c.valleyst1.ky.home.com (HELO Kaiser) (24.251.253.28) by smtp.mail.vip.sc5.yahoo.com with SMTP; 30 Dec 2001 04:07:29 -0000 Date: Sat, 29 Dec 2001 23:07:35 -0500 From: Donnie Jones To: Sam Drinkard Cc: freebsd-questions@freebsd.org Subject: Re: Multiple httpd servers on LAN only one real IP Address. Message-Id: <20011229230735.3725251e.donniejones18@yahoo.com> In-Reply-To: <3C2E0BC7.F7929282@vortex.wa4phy.net> References: <20011229130720.3acc8802.donniejones18@yahoo.com> <3C2E071B.D313DDFC@vortex.wa4phy.net> <20011229132048.7acaaf60.donniejones18@yahoo.com> <3C2E0BC7.F7929282@vortex.wa4phy.net> X-Mailer: Sylpheed version 0.6.6 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 29 Dec 2001 13:30:31 -0500 Sam Drinkard wrote: > You can tell xinetd to redirect from port 80 on the primary ip address > to any other address/port combination. > > Would xinetd be able to differentiate between the two domains sending httpd requests? This is the only close example I can find of xinetd that seems related. But, I am unsure how I would need to configure xinetd to meet my needs. service ftpd { flags = REUSE socket_type = stream protocol = tcp wait = no user = root groups = yes bind = 10.1.1.1 redirect = 192.168.0.3 23 } -Donnie _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message