From owner-freebsd-questions Mon Jun 24 13:38:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from patriarch.dnsalias.org (adsl-65-69-1-221.dsl.hstntx.swbell.net [65.69.1.221]) by hub.freebsd.org (Postfix) with ESMTP id 6427F37B404 for ; Mon, 24 Jun 2002 13:38:23 -0700 (PDT) Received: from compgeek ([127.0.0.1]) by patriarch.dnsalias.org with Microsoft SMTPSVC(5.0.2195.4905); Mon, 24 Jun 2002 15:38:22 -0500 Reply-To: From: "Jon Noack" To: "Adam Weinberger" , "Margie W" Cc: Subject: RE: Least Painful Upgrade Path Date: Mon, 24 Jun 2002 15:38:22 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020624114712.A475@crackula.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-OriginalArrivalTime: 24 Jun 2002 20:38:22.0849 (UTC) FILETIME=[1537FF10:01C21BBF] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > if you DID put your stuff under /usr/local/www/data then you > will have to backup your data, but again the httpd.conf should > remain undamaged. no reason not to back it up though ::) Although you should always back up your data before any upgrade, the above is only true if you put your stuff in /usr/local/www/data with it still symlinked to /usr/local/www/data.default (data -> data.default). Some of the ports assumed that the data.default directory was free to remove -- if data was still symlinked then you were out of luck. What I have always done has been to remove the symlink and recreate the data directory as a real directory. This method has never caused me any problems since FreeBSD 4.2 w/ Apache 1.3.12 through FreeBSD 4.6 w/ Apache 2.0.39. Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message