From owner-freebsd-questions@FreeBSD.ORG Wed Mar 22 20:21:19 2006 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 835FE16A400 for ; Wed, 22 Mar 2006 20:21:19 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 200DE43D49 for ; Wed, 22 Mar 2006 20:21:18 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-92.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.197.92]) by smtp01.mrf.mail.rcn.net with ESMTP; 22 Mar 2006 15:21:17 -0500 X-IronPort-AV: i="4.03,119,1141621200"; d="scan'208"; a="185260731:sNHT747536552" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17441.45368.272312.141@jerusalem.litteratus.org> Date: Wed, 22 Mar 2006 15:19:04 -0500 To: Beech Rintoul In-Reply-To: <200603220937.50799.beech@mangohealth.org> References: <200603220757.42958.beech@mangohealth.org> <20060322181340.GA5963@rajarajan.homeunix.net> <200603220937.50799.beech@mangohealth.org> X-Mailer: VM 7.17 under 21.5 (beta25) "eggplant" XEmacs Lucid Cc: Rajarajan Rajamani , freebsd-questions@freebsd.org Subject: Re: Apache ssl startup 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, 22 Mar 2006 20:21:19 -0000 Beech Rintoul writes: > Yes ssl is fully working. I just have to start it manually. I > need to find how to start it in that mode at boot. Normal mode > works fine with "apache2_enable="YES" at boot. Let me summarize for my own benefit: 1) when you put "apache2_enable="YES" in /etc/rc.conf and reboot, nothing happens. 2) when you run "/usr/local/etc/rc.d/apache22.sh start" manually ... ???? 3) when you run "/usr/local/sbin/httpd ", apache starts. Have I misunderstood? And what are the applicable contents of /var/log/httpd-*.log? Robert Huff