From owner-freebsd-questions@FreeBSD.ORG Wed Jan 24 14:36:19 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 759FF16A401 for ; Wed, 24 Jan 2007 14:36:19 +0000 (UTC) (envelope-from warrenhead@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 1416613C4C8 for ; Wed, 24 Jan 2007 14:36:16 +0000 (UTC) (envelope-from warrenhead@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so165000uge for ; Wed, 24 Jan 2007 06:36:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=LAOmI6ML6S2B2UtDYCzOHVCriqFTRkEQ6BcGIYqXfw3psnyecGt3yvCu2JlIVdVJvYoITzFLU4HeGzFypzMN8FtXI1V5jB+tMrLV3RwQoPNX5MCtTp2XdeHzOVHsy2mQ+p8H3JnC2Kq4SU2dxUFsoH/HUBTksNN4ML0lBDBGNyM= Received: by 10.78.171.20 with SMTP id t20mr540823hue.1169649363403; Wed, 24 Jan 2007 06:36:03 -0800 (PST) Received: by 10.78.140.9 with HTTP; Wed, 24 Jan 2007 06:36:03 -0800 (PST) Message-ID: <51e113440701240636q60e5e05an6bcfe50d6acae13c@mail.gmail.com> Date: Wed, 24 Jan 2007 15:36:03 +0100 From: "Warren Head" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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 14:36:19 -0000 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