From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 03:03:11 2005 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 EEE6716A500 for ; Mon, 19 Dec 2005 03:03:11 +0000 (GMT) (envelope-from jeff.hamann@forestinformatics.com) Received: from stimpy.forestinformatics.com (cvo-cr1-200-239.peak.org [69.59.200.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AEED43D5E for ; Mon, 19 Dec 2005 03:03:11 +0000 (GMT) (envelope-from jeff.hamann@forestinformatics.com) Received: from mothra (rodan [192.168.0.11]) by stimpy.forestinformatics.com (8.12.9/8.12.9) with SMTP id jBJ337Oo057563 for ; Sun, 18 Dec 2005 19:03:09 -0800 (PST) (envelope-from jeff.hamann@forestinformatics.com) Message-ID: <000901c60448$bcd7e620$0c00a8c0@mothra> From: "Jeff D. Hamann" To: Date: Sun, 18 Dec 2005 19:03:02 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on stimpy.forestinformatics.com Subject: httpd_flags="-DSSL"? 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: Mon, 19 Dec 2005 03:03:12 -0000 I've searched plenty looking for the proper method to get apache2 to start up at boot time with little success. I've tried the various combinations of httpd_flags/apache2_flags/apache_flags= to my rc.conf file to no avail: bobby# cat rc.conf blah, blah, blah... apache_enable="YES" httpd_flags="-DSSL" blah, blah, blah... bobby# What's the trick? I've fixed the cert file to not require the dialog on startup and have been able to start apache2 using the command: /usr/local/sbin/apachectl startssl and then it starts without the dialog. Ideas? Jeff.