From owner-freebsd-isp Sat May 1 4:28:11 1999 Delivered-To: freebsd-isp@freebsd.org Received: from calumet.infoteam.com (calumet.infoteam.com [207.246.83.3]) by hub.freebsd.org (Postfix) with ESMTP id 27E4815052 for ; Sat, 1 May 1999 04:28:08 -0700 (PDT) (envelope-from kmartin@infoteam.com) Received: (from kmartin@localhost) by calumet.infoteam.com (8.8.8/8.8.8) id HAA10615 for freebsd-isp@freebsd.org; Sat, 1 May 1999 07:28:08 -0400 (EDT) (envelope-from kmartin) Date: Sat, 1 May 1999 07:28:07 -0400 From: Kenn Martin To: freebsd-isp@freebsd.org Subject: Re: configuring a ftp daemon to handle multiple domains. Message-ID: <19990501072807.A10538@infoteam.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Organization: InfoTeam Corp, Lexington X-Phone: 1 606 335 7233 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, May 01, 1999 at 12:49:09PM +0200, Anders Hanssen wrote: > > I was wondering... Is it possible to set up a ftp daemon to host multiple > domains (The way apache does with VirtualHost). I have a server hosting some > webpages ( ex: www.my.domain and www.your.domain), It's no problem to set up > a record for ftp.my.domain and ftp.your.domain in dns but they all point to > the same directory... Hmmm... I want separated directories for each > domain... Anyone done this? Any ideas? /usr/ports/net/proftpd The config file is very Apache-like. Note that the ftp protocol doesn't currently provide "NameVirtualHosts" like http, so you will need an IP address for each VirtualHost. kenn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message