From owner-freebsd-questions@FreeBSD.ORG Fri Jan 7 11:44:23 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 39EE616A4CE for ; Fri, 7 Jan 2005 11:44:23 +0000 (GMT) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.FreeBSD.org (Postfix) with SMTP id A538943D2F for ; Fri, 7 Jan 2005 11:44:22 +0000 (GMT) (envelope-from robin@reportlab.com) Received: (qmail 64753 invoked from network); 7 Jan 2005 11:44:20 -0000 Received: from unknown (HELO ?192.168.0.3?) (unknown) by unknown with SMTP; 7 Jan 2005 11:44:20 -0000 X-pair-Authenticated: 217.196.247.135 Message-ID: <41DE7615.6010502@chamonix.reportlab.co.uk> Date: Fri, 07 Jan 2005 11:44:21 +0000 From: Robin Becker User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: apachectl oddness 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: Fri, 07 Jan 2005 11:44:23 -0000 I'm running standard freeBSD 4.9 and am port upgrading apache2. I think the old version was 2.50_3 and the new is 2.52_4. In the latest build I have added WITH_THREADS=1 as I need this for mod_python. I notice now that apachectl startssl has problems reading the pass phrase. I normally do this through the web using ssh/su and find that my putty terminal gets locked up when I enter the phrase at the prompt. The apachectl startssl fails for the first pass phrase entry at the console, but the second seems to work. I had to kill the previously hung httpd process. Experimenting shows that echo "pass phrase" | apachectl startssl works fine even through ssh. Am I stupid or doing something wrong? -- Robin Becker