From owner-freebsd-questions@FreeBSD.ORG Mon Sep 10 01:41:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EEE516A41A for ; Mon, 10 Sep 2007 01:41:42 +0000 (UTC) (envelope-from timothyk@wallnet.com) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.4.199]) by mx1.freebsd.org (Postfix) with ESMTP id 3F26D13C465 for ; Mon, 10 Sep 2007 01:41:42 +0000 (UTC) (envelope-from timothyk@wallnet.com) Received: from www.smsd.tv (ool-18bb7953.dyn.optonline.net [24.187.121.83]) by mta4.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JO4000WXQ1HWI30@mta4.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Sun, 09 Sep 2007 21:41:41 -0400 (EDT) Received: from [192.168.1.101] ([10.10.10.10]) by www.smsd.tv (8.14.1/8.14.1) with ESMTP id l8A1fe3Y062030 for ; Sun, 09 Sep 2007 21:41:40 -0400 (EDT envelope-from timothyk@wallnet.com) Date: Sun, 09 Sep 2007 21:41:36 -0400 From: Tim Kellers In-reply-to: <000d01c7f34a$253c8080$0200a8c0@satellite> To: freebsd-questions@freebsd.org Message-id: <46E4A0D0.8010201@wallnet.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <46E48F7B.1080001@wallnet.com> <000d01c7f34a$253c8080$0200a8c0@satellite> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.6) Gecko/20070812 SeaMonkey/1.1.4 Subject: Re: Apache 2.0.61 and SSL start 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, 10 Sep 2007 01:41:42 -0000 Thanks Dave, I tried that, no luck. Tim Dave wrote: > Hello, > Try adding the line: > > apache2ssl_enable="YES" > > to /etc/rc.conf that should do it. > Hth > Dave. > > ----- Original Message ----- From: "Tim Kellers" > To: > Sent: Sunday, September 09, 2007 8:27 PM > Subject: Apache 2.0.61 and SSL start > > >> I portupgraded my apache 2.0.59 to 61 today with no errors, but on >> restart, SSL wasn't loaded. >> >> /usr/local/etc/rc.d/apache2 start starts the server (I have >> apache2enable="YES" in /etc/rc.conf), but ssl isn't loaded. >> >> apachectl -k start -DSSL prompts me for my sslcert passphrase, and, >> after I enter it, allows https access on port 443. >> >> When started with /usr/local/etc/rc.d/apache2 >> >> www# ps -waux | grep http >> >> root 61279 6.3 6.3 25624 15928 ?? Ss 8:23PM 0:00.80 >> /usr/local/sbin/httpd >> www 61280 0.0 6.3 25624 15944 ?? S 8:23PM 0:00.00 >> /usr/local/sbin/httpd >> www 61281 0.0 6.3 25624 15944 ?? S 8:23PM 0:00.01 >> /usr/local/sbin/httpd >> www 61282 0.0 6.3 25624 15944 ?? S 8:23PM 0:00.00 >> /usr/local/sbin/httpd >> www 61283 0.0 6.3 25624 15944 ?? S 8:23PM 0:00.00 >> /usr/local/sbin/httpd >> www 61284 0.0 6.3 25624 15944 ?? S 8:23PM 0:00.00 >> /usr/local/sbin/httpd >> root 61286 0.0 0.1 372 216 p2 R+ 8:23PM 0:00.00 grep >> http >> >> When started with apachectl -k start -DSSL >> >> www# ps -waux | grep http >> root 61310 12.1 6.4 25868 16304 ?? Ss 8:25PM 0:01.00 >> /usr/local/sbin/httpd -k start -DSSL >> www 61311 0.0 6.4 25868 16312 ?? S 8:25PM 0:00.01 >> /usr/local/sbin/httpd -k start -DSSL >> www 61312 0.0 6.4 25868 16312 ?? S 8:25PM 0:00.00 >> /usr/local/sbin/httpd -k start -DSSL >> www 61313 0.0 6.4 25868 16312 ?? S 8:25PM 0:00.00 >> /usr/local/sbin/httpd -k start -DSSL >> www 61314 0.0 6.4 25868 16312 ?? S 8:25PM 0:00.00 >> /usr/local/sbin/httpd -k start -DSSL >> www 61315 0.0 6.4 25868 16312 ?? S 8:25PM 0:00.00 >> /usr/local/sbin/httpd -k start -DSSL >> root 61317 0.0 0.1 372 216 p2 R+ 8:25PM 0:00.00 grep >> http >> >> Any ideas where I am going wrong? >> >> Tim Kellers >> >> >> >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" > > >