From owner-freebsd-questions@FreeBSD.ORG Wed Jan 24 16:04:59 2007 Return-Path: X-Original-To: freebsd-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 4668116A400 for ; Wed, 24 Jan 2007 16:04:59 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-227-250.chi1.dsl.speakeasy.net [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id C7E7713C428 for ; Wed, 24 Jan 2007 16:04:56 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l0OG4Tx2002754; Wed, 24 Jan 2007 10:04:29 -0600 (CST) Message-Id: <6.0.0.22.2.20070124100254.0260e310@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 24 Jan 2007 10:04:15 -0600 To: "Warren Head" , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <51e113440701240636q60e5e05an6bcfe50d6acae13c@mail.gmail.co m> References: <51e113440701240636q60e5e05an6bcfe50d6acae13c@mail.gmail.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: autostart 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: Wed, 24 Jan 2007 16:04:59 -0000 Check the startup script in /usr/local/etc, you may need to add set -x at the top of the script to see why it isn't started it at boot. -Derek At 08:36 AM 1/24/2007, Warren Head wrote: >Hi, > >I would like Apache2 to start automatically when FreeBSD is done booting. >I thought that would happen because I placed this inside /etc/rc.conf > >apache_enable="YES" > >But that doesn't seem to be the case. It doesn't start automatically, I have > >to start it manually with: >apachectl start > >Is this behaviour correct or not? > >Thanks, Warren >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support.