From owner-freebsd-questions@FreeBSD.ORG Sat Feb 3 09:33:53 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 65E1416A400; Sat, 3 Feb 2007 09:33:53 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp2.utsp.utwente.nl [130.89.2.9]) by mx1.freebsd.org (Postfix) with ESMTP id DE8B013C494; Sat, 3 Feb 2007 09:33:52 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from nox.student.utwente.nl (nox.student.utwente.nl [130.89.165.91]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id l139Xlox004819; Sat, 3 Feb 2007 10:33:48 +0100 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Sat, 3 Feb 2007 10:33:47 +0100 User-Agent: KMail/1.9.5 References: <000001c74742$612951e0$237bf5a0$@belanger@securidata.net> In-Reply-To: <000001c74742$612951e0$237bf5a0$@belanger@securidata.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702031033.47346.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: "Belanger, Benoit" , questions@freebsd.org Subject: Re: Help with autostarting Apache 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: Sat, 03 Feb 2007 09:33:53 -0000 On Saturday 03 February 2007 04:21, Belanger, Benoit wrote: > Hi, > > > > It seems that I am unable to autostart apache 2.2.4 at boot time with > FreeBSD 6.2. Apache is working fine once loaded manually but I really need > it to run by itself at system startup since this system will be left > unattended for long periods. > > > > It seems that adding apache2_enable="YES" in rc.conf does not produce the > desired result. Can anybody tell me what I am doing wrong? Change it to apache22_enable="YES" and you'll be fine :) (Also see pkg-message in $PORTSDIR/www/apache22) > > > > Otherwise, this version of FreeBSD is working just fine (almost > flawlessly). > > > > Thanks in advance. > > > > Benoit Belanger > > Securidata > > 514.748.4838 (Bureau) > > 514.945.3647 (Mobile) > > benoit.belanger@securidata.net > > http://www.securidata.net Cheers, Pieter de Goeje