Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 29990 invoked by uid 500); 20 Feb 2003 14:37:21 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 29967 invoked from network); 20 Feb 2003 14:37:20 -0000 Received: from mail.ivu.de (213.146.182.9) by daedalus.apache.org with SMTP; 20 Feb 2003 14:37:20 -0000 Received: from PANDORA.ivu-ag.com (pollux.ivu-ag.com [192.168.18.52]) by mail.ivu.de (Postfix) with ESMTP id E0486407E for ; Thu, 20 Feb 2003 15:37:18 +0100 (CET) Received: from JANUS.ivu-ag.com ([192.168.18.51]) by PANDORA.ivu-ag.com with Microsoft SMTPSVC(5.0.2195.5329); Thu, 20 Feb 2003 15:37:18 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Thu, 20 Feb 2003 15:37:18 +0100 Message-ID: <07451C2174236B41BAA182A2A1026D1D195FD7@JANUS.ivu-ag.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] webserver confusion... Thread-Index: AcLY4GKECdRtgCqcQuCjKaMZKt4gQgADKK8g From: "Kathrin Holweger" To: X-OriginalArrivalTime: 20 Feb 2003 14:37:18.0910 (UTC) FILETIME=[920EFDE0:01C2D8ED] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: AW: [users@httpd] webserver confusion... Hi there, I have a question about this round robin stuff. I host one website with = two webservers (or I would like to). I tried round robin, but I have a = problem with that. For my website it is nessecary that after round robin chooses = one host the user has to stay on that host for the complete session, because important data is temporarily stored during a session. With conventional round robin the user switches between the two hosts with every click he = makes which results in fatal errors. So my question is, is there any way for a load balancing where the user = is sent to one of the two hosts(randomly or depending on the traffic) and = then stays there? Thanks, Holli > -----Urspr=FCngliche Nachricht----- > Von: Pedro Rom=E1n Vela [mailto:pedrorv@people-com.com] > Gesendet: Donnerstag, 20. Februar 2003 14:06 > An: 'users@httpd.apache.org' > Betreff: RE: [users@httpd] webserver confusion... >=20 >=20 > More or less. Most DNS servers support round robin. You might=20 > want to read: >=20 > http://www.itworld.com/nl/unix_sys_adm/02072001/pf_index.html > or=20 > http://www.winnetmag.com/Articles/Index.cfm?ArticleID=3D3114 >=20 > for example. >=20 > -----Original Message----- > From: System [mailto:system@eluminoustechnologies.com] > Sent: jueves, 20 de febrero de 2003 13:48 > To: users@httpd.apache.org > Subject: Re: [users@httpd] webserver confusion... >=20 >=20 > Thank you for your reply sir. >=20 > I think I have not clearly posted my question. >=20 > The actual scenerio goes like this. I need to host one website on two > different webservers. This both website are mirror copy of=20 > eachother. What I > want is that if one webserver goes down the nameserver should=20 > automatically > point to the other mirror copy of my website. Can this be done? >=20 > Thank you, >=20 > Tina. >=20 > - Original Message ----- > From: "Boyle Owen" > To: > Sent: Thursday, February 20, 2003 5:45 PM > Subject: RE: [users@httpd] webserver confusion... >=20 >=20 > > Plain text please... > > > > What you want can be done, but it is not really anything to=20 > do with the > > webserver. The two webservers can't interact - if that's=20 > what you mean. > > > > What you need to do is to put the two webservers on an=20 > internal network > > on different IPs (or ports). Then you cnnect this network to the > > internet via a load-balancer. This is a device which routes=20 > requests to > > one or other server depending on some condition (round=20 > robin, random, > > etc.). If one goes down, the LB detects this and route all=20 > requests to > > the survivor. > > > > This is not trivial to set up and requires additional=20 > hardware and an > > understanding of TCP/IP and routing. > > > > Rgds, > > Owen Boyle > > > > > > -----Original Message----- > > From: System [mailto:system@eluminoustechnologies.com] > > Sent: Donnerstag, 20. Februar 2003 13:08 > > To: users@httpd.apache.org > > Subject: [users@httpd] webserver confusion... > > > > > > Hello All, > > > > I need to host two websites on two different webservers? so=20 > that if one > > webserver goes down i can use the other one. Is this=20 > possible? Without > > changing nameserver. > > > > Sorry for if i have mistaken.!!!! Newbie to Apache. > > > > Rgds, > > > > Tina. > > > > This message is for the named person's use only. It may contain > > confidential, proprietary or legally privileged information. No > > confidentiality or privilege is waived or lost by any=20 > mistransmission. > > If you receive this message in error, please notify the=20 > sender urgently > > and then immediately delete the message and any copies of=20 > it from your > > system. Please also immediately destroy any hardcopies of=20 > the message. > > You must not, directly or indirectly, use, disclose,=20 > distribute, print, > > or copy any part of this message if you are not the=20 > intended recipient. > > The sender's company reserves the right to monitor all e-mail > > communications through their networks. Any views expressed in this > > message are those of the individual sender, except where the message > > states otherwise and the sender is authorised to state them=20 > to be the > > views of the sender's company. > > > > > > > >=20 > --------------------------------------------------------------------- > > The official User-To-User support forum of the Apache HTTP=20 > Server Project. > > See for more info. > > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > > " from the digest: users-digest-unsubscribe@httpd.apache.org > > For additional commands, e-mail: users-help@httpd.apache.org > > > > > > > > >=20 >=20 >=20 > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP=20 > Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org >=20 > -------------------------------------------------------------- > ------------------------ > This message and any files transmitted with it are=20 > confidential and intended solely=20 > for the use of the individual or entity to whom they are=20 > addressed. No confidentiality=20 > or privilege is waived or lost by any wrong transmission.=20 > If you have received this message in error, please=20 > immediately destroy it and kindly=20 > notify the sender by reply email. > You must not, directly or indirectly, use, disclose,=20 > distribute, print, or copy any=20 > part of this message if you are not the intended recipient.=20 > Opinions, conclusions and=20 > other information in this message that do not relate to the=20 > official business of=20 > Ydilo Advanced Voice Solutions, S.A. shall be understood as=20 > neither given nor endorsed by it.=20 > -------------------------------------------------------------- > ------------------------ >=20 > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP=20 > Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org >=20 >=20 --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org