From owner-freebsd-questions@FreeBSD.ORG Wed Dec 27 09:16:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2011A16A403 for ; Wed, 27 Dec 2006 09:16:32 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by mx1.freebsd.org (Postfix) with ESMTP id DB6F713C463 for ; Wed, 27 Dec 2006 09:16:31 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1173816ana for ; Wed, 27 Dec 2006 01:16:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=kPomiTv9M6KIS1XjLXUTzAHlPEQUrcBwns7Li2HfCV0m1L6drBcdQKRGmZq+9CuCtyN+cG5ai47A1WaJxM1mZ3xgFkznzdPgxP35AvwVU+EhauKaXhWrR+9UY8CvGLhRiHarRM8vyyWNam4Ksvb2apkE42t+LL2UWxII8gyUPno= Received: by 10.100.33.14 with SMTP id g14mr1635177ang.1167210991289; Wed, 27 Dec 2006 01:16:31 -0800 (PST) Received: by 10.100.111.20 with HTTP; Wed, 27 Dec 2006 01:16:31 -0800 (PST) Message-ID: <2cd0a0da0612270116s528eaad5v73ed7d1447feda63@mail.gmail.com> Date: Wed, 27 Dec 2006 10:16:31 +0100 From: VeeJay To: maanjee@gmail.com, FreeBSD-Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: chroot, performance & security 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: Wed, 27 Dec 2006 09:16:32 -0000 Hi I have made partations on my web server like at very outer edges of the disks, I have /, then /var, /tmp, /usr and in the end /home. Since I read that Data modified & used often should be placed at close to outer edges as possible. So, I am having all logs (apache, ftp, mysql and other logs) under /var/logs I have all my mysql DBs under /var/mysql/db But if for Security reseasons, I want to chroot apache, mysql and ftp under /home, then along with all executables and liberaries I have to move all logs, DBs under /home/chroot But then I think, If I move all these data from /var... I miss performance? Please comment? -- Thanks! BR / vj