From owner-freebsd-questions@FreeBSD.ORG Wed Mar 22 18:14:04 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 6EDC016A447 for ; Wed, 22 Mar 2006 18:14:04 +0000 (UTC) (envelope-from rr@rajarajan.homeunix.net) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [204.127.200.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id A57D743D72 for ; Wed, 22 Mar 2006 18:13:43 +0000 (GMT) (envelope-from rr@rajarajan.homeunix.net) Received: from rajarajan.homeunix.net ([69.251.68.147]) by comcast.net (sccrmhc14) with ESMTP id <2006032218134301400c7a87e>; Wed, 22 Mar 2006 18:13:43 +0000 Received: from rajarajan.homeunix.net (localhost [127.0.0.1]) by rajarajan.homeunix.net (8.13.4/8.13.4) with ESMTP id k2MIDf2p022327 for ; Wed, 22 Mar 2006 13:13:41 -0500 (EST) (envelope-from rr@rajarajan.homeunix.net) Received: (from rr@localhost) by rajarajan.homeunix.net (8.13.4/8.13.1/Submit) id k2MIDeWG022305 for freebsd-questions@freebsd.org; Wed, 22 Mar 2006 13:13:40 -0500 (EST) (envelope-from rr) Date: Wed, 22 Mar 2006 13:13:40 -0500 From: Rajarajan Rajamani To: freebsd-questions@freebsd.org Message-ID: <20060322181340.GA5963@rajarajan.homeunix.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <200603220757.42958.beech@mangohealth.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603220757.42958.beech@mangohealth.org> User-Agent: Mutt/1.4.2.1i Organization: Rajarajan Rajamani, Laurel, MD 20723 X-Spam-Status: No, score=-4.4 required=4.4 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=unavailable version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on rajarajan.homeunix.net 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 18:14:04 -0000 On Wed, Mar 22, 2006 at 07:57:24AM -0900, Beech Rintoul wrote: > I'm trying to get apache2 to start at boot in ssl mode. After reading through > the rc.d script I put "apache2ssl_enable="YES" in /etc/rc.conf, but it > doesn't work. What is the proper way to start the server at boot? > > The machine is running 6.1-PRERELEASE. > > Beech Is apache compiled with ssl ? Otherwise you can portupgrade it portupgrade -m -DWITH_SSL_MODULES apache RR