MESSAGE
DATE | 2008-09-12 |
FROM | Elfen Magix
|
SUBJECT | Re: [NYLXS - HANGOUT] Multiple Webservers, 1 IP#
|
From lest-hangout-at-mrbrklyn.com Fri Sep 12 22:09:36 2008 Received: from www2.mrbrklyn.com (localhost [127.0.0.1]) by www2.mrbrklyn.com (8.13.1/8.13.1/SuSE Linux 0.7) with ESMTP id m8D29YWm014250 for ; Fri, 12 Sep 2008 22:09:36 -0400 Received: (from majordomo-at-localhost) by www2.mrbrklyn.com (8.13.1/8.13.1/Submit) id m8D29YRq014249 for hangout-outgoings; Fri, 12 Sep 2008 22:09:34 -0400 X-Authentication-Warning: www2.mrbrklyn.com: majordomo set sender to lest-hangout-at-nylxs.com using -f Received: from web38007.mail.mud.yahoo.com (web38007.mail.mud.yahoo.com [209.191.124.118]) by www2.mrbrklyn.com (8.13.1/8.13.1/SuSE Linux 0.7) with SMTP id m8D29VRp014244 for ; Fri, 12 Sep 2008 22:09:33 -0400 Received: (qmail 70007 invoked by uid 60001); 13 Sep 2008 02:09:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=JKSuXeec5MZ7QQ8A31vlHTMfHOaGkrDuzouirmSS7oIanQCLoSKnydLoNzuBGWPUOWL9+ZMhrz3iYOwTOfK1zMQyJ1O7FJ86p/P6qTIlK+18arGbso92W1pdXFQ9tPlL0SBs3lRpsoUNKAneE7pwUyR2BFtOAGNEpfjFH32nnl0=; X-YMail-OSG: S2Ym78gVM1nahQ9j6kv2EgrE9pAVX6cNoOcnZeScHzP2eydAwKHEniTogD1.KHgBXQ-- Received: from [216.194.21.201] by web38007.mail.mud.yahoo.com via HTTP; Fri, 12 Sep 2008 19:09:02 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Fri, 12 Sep 2008 19:09:02 -0700 (PDT) From: Elfen Magix Subject: Re: [NYLXS - HANGOUT] Multiple Webservers, 1 IP# To: hangout-at-mrbrklyn.com In-Reply-To: <20080912201647.GA7025-at-www2.mrbrklyn.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1222027134-1221271742=:69898" Message-ID: <552300.69898.qm-at-web38007.mail.mud.yahoo.com> Sender: lest-hangout-at-mrbrklyn.com Precedence: bulk Reply-To: hangout-at-mrbrklyn.com
--0-1222027134-1221271742=:69898 Content-Type: text/plain; charset=us-ascii
Apache Mod_Proxy was Quick, Dirty, and Easy to implement. It did everything I wanted (only 1 port:80 used with multiple webservers) with a minimum of code typing. Yes, I'm getting lazy in my old age.
All the others required either openning other Web Ports (which I did not want), or extra equipment and creation of a private network (which I did not have parts or options to do).
Only drawback it if the main webserver goes down, then the whole thing goes down but that would be a minor issue since back ups are done weekly.
--- On Fri, 9/12/08, Ruben Safir wrote: From: Ruben Safir Subject: Re: [NYLXS - HANGOUT] Multiple Webservers, 1 IP# To: hangout-at-mrbrklyn.com Date: Friday, September 12, 2008, 4:16 PM
On Fri, Sep 12, 2008 at 12:48:14PM -0700, Elfen Magix wrote: > Finally got it! > > Apache Proxy_Mod was the answer. > > This makes Apache from one main server and send it out to other apache servers on the network sending requests and other etc.'s to them. They in turn fulfil the request and send it back to the first Apache machine and the first Apache machine sends it to who ever requested the information on the internet. > > It took some researching and a bit of experimenting to do but I now got it working with 2 machines. I just need to expand on it more with a 3rd machine all hosting different sites. >
I aid you need a proxy...
Ruben
> Thanx for the help out there!
--0-1222027134-1221271742=:69898 Content-Type: text/html; charset=us-ascii
Apache Mod_Proxy was Quick, Dirty, and Easy to implement. It did everything I wanted (only 1 port:80 used with multiple webservers) with a minimum of code typing. Yes, I'm getting lazy in my old age.
All the others required either openning other Web Ports (which I did not want), or extra equipment and creation of a private network (which I did not have parts or options to do).
Only drawback it if the main webserver goes down, then the whole thing goes down but that would be a minor issue since back ups are done weekly.
--- On Fri, 9/12/08, Ruben Safir <ruben-at-mrbrklyn.com> wrote:
From: Ruben Safir <ruben-at-mrbrklyn.com> Subject: Re: [NYLXS - HANGOUT] Multiple Webservers, 1 IP# To: hangout-at-mrbrklyn.com Date: Friday, September 12, 2008, 4:16 PM
On Fri, Sep 12, 2008 at 12:48:14PM -0700, Elfen Magix wrote: > Finally got it! > > Apache Proxy_Mod was the answer. > > This makes Apache from one main server and send it out to other apache servers on the network sending requests and other etc.'s to them. They in turn fulfil the request and send it back to the first Apache machine and the first Apache machine sends it to who ever requested the information on the internet. > > It took some researching and a bit of experimenting to do but I now got it working with 2 machines. I just need to expand on it more with a 3rd machine all hosting different sites. >
I aid you need a proxy...
Ruben
> Thanx for the help out there!
|
--0-1222027134-1221271742=:69898--
--0-1222027134-1221271742=:69898 Content-Type: text/plain; charset=us-ascii
Apache Mod_Proxy was Quick, Dirty, and Easy to implement. It did everything I wanted (only 1 port:80 used with multiple webservers) with a minimum of code typing. Yes, I'm getting lazy in my old age.
All the others required either openning other Web Ports (which I did not want), or extra equipment and creation of a private network (which I did not have parts or options to do).
Only drawback it if the main webserver goes down, then the whole thing goes down but that would be a minor issue since back ups are done weekly.
--- On Fri, 9/12/08, Ruben Safir wrote: From: Ruben Safir Subject: Re: [NYLXS - HANGOUT] Multiple Webservers, 1 IP# To: hangout-at-mrbrklyn.com Date: Friday, September 12, 2008, 4:16 PM
On Fri, Sep 12, 2008 at 12:48:14PM -0700, Elfen Magix wrote: > Finally got it! > > Apache Proxy_Mod was the answer. > > This makes Apache from one main server and send it out to other apache servers on the network sending requests and other etc.'s to them. They in turn fulfil the request and send it back to the first Apache machine and the first Apache machine sends it to who ever requested the information on the internet. > > It took some researching and a bit of experimenting to do but I now got it working with 2 machines. I just need to expand on it more with a 3rd machine all hosting different sites. >
I aid you need a proxy...
Ruben
> Thanx for the help out there!
--0-1222027134-1221271742=:69898 Content-Type: text/html; charset=us-ascii
Apache Mod_Proxy was Quick, Dirty, and Easy to implement. It did everything I wanted (only 1 port:80 used with multiple webservers) with a minimum of code typing. Yes, I'm getting lazy in my old age.
All the others required either openning other Web Ports (which I did not want), or extra equipment and creation of a private network (which I did not have parts or options to do).
Only drawback it if the main webserver goes down, then the whole thing goes down but that would be a minor issue since back ups are done weekly.
--- On Fri, 9/12/08, Ruben Safir <ruben-at-mrbrklyn.com> wrote:
From: Ruben Safir <ruben-at-mrbrklyn.com> Subject: Re: [NYLXS - HANGOUT] Multiple Webservers, 1 IP# To: hangout-at-mrbrklyn.com Date: Friday, September 12, 2008, 4:16 PM
On Fri, Sep 12, 2008 at 12:48:14PM -0700, Elfen Magix wrote: > Finally got it! > > Apache Proxy_Mod was the answer. > > This makes Apache from one main server and send it out to other apache servers on the network sending requests and other etc.'s to them. They in turn fulfil the request and send it back to the first Apache machine and the first Apache machine sends it to who ever requested the information on the internet. > > It took some researching and a bit of experimenting to do but I now got it working with 2 machines. I just need to expand on it more with a 3rd machine all hosting different sites. >
I aid you need a proxy...
Ruben
> Thanx for the help out there!
|
--0-1222027134-1221271742=:69898--
|
|