From owner-freebsd-questions@FreeBSD.ORG Thu Mar 3 16:39:49 2005 Return-Path: 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 A7E2B16A4CE for ; Thu, 3 Mar 2005 16:39:49 +0000 (GMT) Received: from smtp.nildram.co.uk (smtp.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC7A943D1F for ; Thu, 3 Mar 2005 16:39:48 +0000 (GMT) (envelope-from david.larkin@djl.co.uk) Received: from sparrow (secure.djl.co.uk [213.208.117.42]) by smtp.nildram.co.uk (Postfix) with SMTP id 9B5F02BC323 for ; Thu, 3 Mar 2005 16:39:44 +0000 (GMT) Date: Thu, 3 Mar 2005 17:58:42 +0000 From: David Larkin To: questions@freebsd.org Message-ID: <20050303175842.788f2485@sparrow> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: apachectl startssl at boot time ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2005 16:39:49 -0000 Hi, I can start apache with SSL ok from the command line > apachectl startssl I've now put the following into /etc/rc.conf hoping that it will start at boot time. apache_enable="YES" apache_flags="startssl" This starts Apache on boot time but not with SSL Any ideas where I'm going wrong ? It seems like startssl is being passed as an argument to httpd rather than apachectl. David