From owner-freebsd-questions@FreeBSD.ORG Wed Apr 22 19:11:08 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F3C1106566B for ; Wed, 22 Apr 2009 19:11:08 +0000 (UTC) (envelope-from mikel.king@olivent.com) Received: from mail.olivent.com (mail.olivent.com [69.31.85.206]) by mx1.freebsd.org (Postfix) with ESMTP id C65A38FC12 for ; Wed, 22 Apr 2009 19:11:07 +0000 (UTC) (envelope-from mikel.king@olivent.com) Received: from thoth.ocsny.com ([204.107.76.235]) (authenticated user mikel@olivent.com) by mail.olivent.com (Kerio MailServer 6.6.2) (using TLSv1/SSLv3 with cipher AES128-SHA (128 bits)); Wed, 22 Apr 2009 15:10:58 -0400 References: <1240369698.1037.4.camel@localhost.localdomain> <18926.36333.97916.797016@jerusalem.litteratus.org> <2BACEC82-1E74-4ECD-B833-F47F394469DF@olivent.com> <20090422190525.GA11955@ozzmosis.com> Message-Id: <88A47EAB-1C0C-4C7F-B441-F10215395A90@olivent.com> From: Mikel King To: andrew clarke In-Reply-To: <20090422190525.GA11955@ozzmosis.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Wed, 22 Apr 2009 15:09:22 -0400 X-Mailer: Apple Mail (2.930.3) Cc: questions@freebsd.org Subject: Re: Disk usage analysis 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, 22 Apr 2009 19:11:08 -0000 On Apr 22, 2009, at 3:05 PM, andrew clarke wrote: > On Wed 2009-04-22 10:46:14 UTC-0400, Mikel King (mikel.king@olivent.com > ) wrote: > >> I used to run durep on my shared servers. > > durep seems to have no concept of security :-) So how did you go > about > restricting unwanted people from viewing its output? > > Regards > Andrew When we ran it initially we used .htaccess, then rolled it into a php app. m