From owner-freebsd-ports@FreeBSD.ORG Tue Feb 27 19:02:03 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD59016A402 for ; Tue, 27 Feb 2007 19:02:03 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 2F35A13C491 for ; Tue, 27 Feb 2007 19:02:03 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 27 Feb 2007 14:02:02 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.7.5a-GA) with ESMTP id MYX03713; Tue, 27 Feb 2007 14:01:28 -0500 (EST) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 27 Feb 2007 14:01:21 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17892.32778.96006.940241@jerusalem.litteratus.org> Date: Tue, 27 Feb 2007 14:01:30 -0500 To: ports@freebsd.org In-Reply-To: <20070227175955.GH844@turion.vk2pj.dyndns.org> References: <200702271322.l1RDMlPt001385@jerusalem.litteratus.org> <17892.20813.105208.766283@jerusalem.litteratus.org> <20070227175955.GH844@turion.vk2pj.dyndns.org> X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" XEmacs Lucid X-Junkmail-Status: score=10/50, host=mr02.lnh.mail.rcn.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090201.45E48029.010B,ss=1,fgs=0, ip=207.172.4.11, so=2006-05-09 23:27:51, dmn=5.2.125/2007-01-26 Cc: Subject: Re: problems starting apache22 at boot X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2007 19:02:03 -0000 Peter Jeremy writes: > >[Tue Feb 27 08:21:12 2007] [error] Init: Private key not found > > I'd start with this error: Do you have a private SSL server key > located where apache expects to find it? From http-ssl.conf: # Server Private Key: # If the key is not combined with the certificate, use this # directive to point at the key file. Keep in mind that if # you've both a RSA and a DSA private key you can configure # both in parallel (to also allow the use of DSA ciphers, etc.) SSLCertificateKeyFile /usr/local/etc/apache22/ssl/www.litteratus.org.key and: huff@>> dir /usr/local/etc/apache22/ssl total 14 drwx------ 3 root wheel 512 Jan 31 18:45 . drwxr-xr-x 8 root wheel 512 Feb 16 08:57 .. -rw-r--r-- 1 root wheel 0 Jan 31 2006 privkey.pem drwxr-xr-x 2 root wheel 512 Jan 31 18:43 save -rw------- 1 root wheel 2074 Jan 31 18:42 www.litteratus.org.crt -rw------- 1 root wheel 3307 Jan 31 18:42 www.litteratus.org.key Is there possibly a permissions problem? (What's bugging me about this is why it works in one case and not the other.) Robert Huff