From owner-freebsd-questions Mon Nov 13 04:57:54 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA18691 for questions-outgoing; Mon, 13 Nov 1995 04:57:54 -0800 Received: from blanco.sadeya.cesca.es (blanco.sadeya.cesca.es [192.94.163.146]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id EAA18680 for ; Mon, 13 Nov 1995 04:57:49 -0800 Received: (from amengual@localhost) by blanco.sadeya.cesca.es (8.6.11/8.7.0) id NAA10868; Mon, 13 Nov 1995 13:22:47 GMT Date: Mon, 13 Nov 1995 13:22:46 +0000 () From: Carlos Amengual To: Justin Seger cc: freebsd-questions@freebsd.org Subject: Re: CERN HTTPD In-Reply-To: <199511122351.SAA25684@iii1.iii.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk On Sun, 12 Nov 1995, Justin Seger wrote: > I recently installed CERN HTTPD from the packages directory and it works fine. > The one thing I want to do is point different addresses to different directories > i.e. I have three www addresses (www.x.y.z, www.a.y.z, and www.b.y.z) which all > point to the main server (www.x.y.z). I want http://www.a.y.z/ to point to > http://www.x.y.z/a/ and http://www.b.y.z/ to point to http://www.x.y.z/b/ > > Can I do this? If so, how? It is not very easy, but yes. Try http://www.thesphere.com/~dlp/TwoServers/ for an explanation. Carlos