Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2001 23:07:35 -0500
From:      Donnie Jones <donniejones18@yahoo.com>
To:        Sam Drinkard <sam@wa4phy.net>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 29 Dec 2001 13:30:31 -0500
Sam Drinkard <sam@wa4phy.net> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011229230735.3725251e.donniejones18>