From owner-freebsd-isp@FreeBSD.ORG Wed Apr 23 14:22:24 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B252737B401 for ; Wed, 23 Apr 2003 14:22:24 -0700 (PDT) Received: from web1.nexusinternetsolutions.net (web1.nexusinternetsolutions.net [206.47.131.12]) by mx1.FreeBSD.org (Postfix) with SMTP id CC19043F93 for ; Wed, 23 Apr 2003 14:22:23 -0700 (PDT) (envelope-from dave@hawk-systems.com) Received: (qmail 8637 invoked from network); 23 Apr 2003 21:22:22 -0000 Received: from unknown (HELO ws1) (24.157.103.51) by web1.nexusinternetsolutions.net with SMTP; 23 Apr 2003 21:22:22 -0000 From: "Dave [Hawk-Systems]" To: "Lewis Watson" , Date: Wed, 23 Apr 2003 17:22:21 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal In-Reply-To: <002701c309d9$f5fe1ad0$a977ca41@vsis169> Subject: RE: disaster recovery after rootkit -> MySQL and user accounts X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 21:22:25 -0000 >I moved from RH Linux to FreeBSD and it seems that I just shut down MySQL >tar'd the MySQL database directory and untarred on the new FreeBSD server. >Had no problem with the user table or anything of the sort. While this >doesn't cover everything it perhaps will help on the MySQL aspect of >things. will give it a go then >Another thing I could say is to look at putting the VirtualHost lines in a >separate directory when you have time and doing an include statement >within the httpd.conf file. It makes things much more portable >http://httpd.apache.org/docs/mod/core.html#include We currently do that on our servers... was not the case on this old one. We will be pulling the appropriate portions of the old httpd.conf out and just including it via include statement in the virgin one. Good advice for list in either case. Dave