From owner-freebsd-questions@FreeBSD.ORG Wed Dec 15 03:50:53 2004 Return-Path: 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 F07E516A4CE for ; Wed, 15 Dec 2004 03:50:53 +0000 (GMT) Received: from safeco.hostingservice.net (safeco.hostingservice.net [209.150.128.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7093443D39 for ; Wed, 15 Dec 2004 03:50:53 +0000 (GMT) (envelope-from adam@jamradar.com) Received: from PANASONIULSWMR (c-67-176-199-73.client.comcast.net [67.176.199.73])iBF3oqL24840 for ; Tue, 14 Dec 2004 21:50:52 -0600 Message-ID: <001d01c4e259$452536d0$0200a8c0@PANASONIULSWMR> From: "Adam" To: Date: Tue, 14 Dec 2004 21:50:45 -0600 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Use /var for storing webpages.. Why??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 03:50:54 -0000 In Greg Lehey's book "The Complete FreeBSD" 4th edition, he says, "Do = not have a separate /var file system unless you have a good idea how big = it should be. A good example might be a web server, where (contrary to = FreeBSD's recommendations) it's a good idea to put the webpages on the = /var file system." p.70 Why is it a good idea to put webpages in the /var file system and not = the /usr file system?