From owner-freebsd-questions@FreeBSD.ORG Fri Nov 17 19:41:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23E1316A407 for ; Fri, 17 Nov 2006 19:41:45 +0000 (UTC) (envelope-from david.robillard@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id E098143D6B for ; Fri, 17 Nov 2006 19:41:39 +0000 (GMT) (envelope-from david.robillard@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so714249uge for ; Fri, 17 Nov 2006 11:41:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=afz/dsfRSJvHTzQ0nB+ULSHuWOEPsnnhMwOZNXjNJOYUWwYyoC1Ni9JSfj1Qfh2Q0YKnk9z246HtD5P5f/dJweFRUsLv4eg6EMBqUbr7txBYt5GfAVIA+c7WqEjN+oBWBfHggpKN+wJYj9GW6yqO9zTHZBA5/W0SvLzBMs9qYXc= Received: by 10.67.99.1 with SMTP id b1mr3212082ugm.1163792499232; Fri, 17 Nov 2006 11:41:39 -0800 (PST) Received: by 10.67.106.17 with HTTP; Fri, 17 Nov 2006 11:41:39 -0800 (PST) Message-ID: <226ae0c60611171141k53150081g3a74ed961dd032e7@mail.gmail.com> Date: Fri, 17 Nov 2006 14:41:39 -0500 From: "David Robillard" To: "FreeBSD Questions Mailing List" In-Reply-To: <226ae0c60611171140v65230441sbef98c160a7d04ce@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <226ae0c60611171140v65230441sbef98c160a7d04ce@mail.gmail.com> Subject: Fwd: solutions for web hosting server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Nov 2006 19:41:45 -0000 > - ftp server ... I don't really know what to install, proftpd it's good ? I personnaly switched from proftpd to vsftpd. I find it easier to configure and is built with security in mind from the ground up. It's also in the ports tree. Using vsftpd (or even most other ftp daemons) you can chroot your users into the root of their public_html site. So that when they connect to you FTP daemon, they will se the root directory as their files. Also enable FTP over SSL to prevent clear-text passwords from going unencrypted on the web. Have fun, David -- David Robillard UNIX systems administrator & Oracle DBA CISSP, RHCE & Sun Certified Security Administrator Montreal: +1 514 966 0122