From owner-freebsd-net Mon Jun 12 22:24:56 2000 Delivered-To: freebsd-net@freebsd.org Received: from mta02.onebox.com (mta02.onebox.com [216.33.158.209]) by hub.freebsd.org (Postfix) with ESMTP id 3F40D37B9F2 for ; Mon, 12 Jun 2000 22:24:52 -0700 (PDT) (envelope-from chutima_s@zdnetonebox.com) Received: from onebox.com ([216.33.158.148]) by mta02.onebox.com (InterMail v4.01.01.07 201-229-111-110) with SMTP id <20000613052451.BLU934.mta02@onebox.com>; Mon, 12 Jun 2000 22:24:51 -0700 Received: from [203.107.232.70] by onebox.com with HTTP; Mon, 12 Jun 2000 22:24:51 -0700 Date: Mon, 12 Jun 2000 22:24:51 -0700 Subject: Re: How to: Web service for other website. From: "Chutima S." To: Nick Rogness Cc: freebsd-net@FreeBSD.ORG Message-Id: <20000613052451.BLU934.mta02@onebox.com> Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm sorry for my mail. I really newbie for E-Commerce business. Below is our system. Our webserver will generate output as plain HTML to customer websites. ____________ _______________ | Our | | | | Web Server | | Customer | | with CGI | | Web sites | |____________| |_______________| | | | | ______|_______________________|__________Internet Please forgive me, -- Chutima Subsirin chutima_s@zdnetonebox.com - email ---- Nick Rogness wrote: > On Mon, 12 Jun 2000, Chutima S. wrote: > > > My company will release web service on internet to other websites. > > Where can I find technology issue about it? > > What do you mean by this? Are customers dialing up to your > service or what? Are you host web server space? Clarify. > > > Such as: > > 1. I know that we can apply DNS to load balancing (round robin). > > But I like to know can I apply DNS to fault tolorence(if one of > > our server die all request from customer websites will connect > > to the rest of our servers)? > > What type of remote-access gear are you using? In most types > you can setup a primary name server and a secondary (backup) > server within your gear. Cisco's allow multiple 'ip name-server' > > Setup multiple nameservers that are authoritative for your > domains. > > Setup a 'cluster' of machines. > > > 2. Our webserver will service several customer websites. How > > can I use difference URL for each customer website? > > Apache virtual hosts. Set this up in your web server. > > > > 3. How can I protect my webserver from other website or browser > > that is not my customer website? (Someone talk about relay URL.) > > > > This is also setup in your web server. You can setup allowable > hosts: > > > Deny from all > Allow from .your_domain.com > > > Or you can setup firewall rules: > > ipfw add 2000 allow tcp from your_ip_range to your_web_server > 80 > ipfw add 2001 deny tcp from any to your_web_server 80 > > I don't know exactly what you are asking so I can't be more > specific...sorry. > > > Nick Rogness > - Speak softly and carry a Gigabit switch. > > > ___________________________________________________________________ To get your own FREE ZDNet Onebox - FREE voicemail, email, and fax, all in one place - sign up today at http://www.zdnetonebox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message