From owner-freebsd-questions@FreeBSD.ORG Thu Sep 22 05:50:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 ACCAA16A41F for ; Thu, 22 Sep 2005 05:50:11 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33C7D43D45 for ; Thu, 22 Sep 2005 05:50:11 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so284692wxc for ; Wed, 21 Sep 2005 22:50:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=QG/su8jEigdB4IBTzKr688zlLbjqOAtyfphkA+qQCxKxPYOV/hZrhGlY1Rp84H/ChBJLoiPfJS1mI/WdauGnpi0QuDqtjozX8LgEoMeeqJKZD9+uExktOdpYwBVAVCbOJOMVROB8NILQ+cXTsY/2kUiAWlEYeSFjrlHIUPKOV8M= Received: by 10.70.72.11 with SMTP id u11mr88431wxa; Wed, 21 Sep 2005 22:50:10 -0700 (PDT) Received: by 10.70.91.17 with HTTP; Wed, 21 Sep 2005 22:50:10 -0700 (PDT) Message-ID: <57416b3005092122503b0ffdce@mail.gmail.com> Date: Thu, 22 Sep 2005 15:50:10 +1000 From: Peter Clutton To: "Chezangla, Engineer, DrukNet" In-Reply-To: MIME-Version: 1.0 References: <57416b3005092122224defc09a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: hi list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter Clutton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2005 05:50:11 -0000 On 9/22/05, Chezangla, Engineer, DrukNet wrote: > > how to disable apache2 which i might have enabled during > the installation... > > in rc.conf i have ' apache_enable=3D"YES" ' No, rc.conf just loads it at boot time. As far as i know the only way is t= o reinstall it correctly. It should pop up an ncurses menu with options. Don'= t select Apache 2, and it should work.