From owner-freebsd-questions Sat Jun 17 11:33:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by hub.freebsd.org (Postfix) with ESMTP id 6F52237B6B5 for ; Sat, 17 Jun 2000 11:33:40 -0700 (PDT) (envelope-from ryan@sasknow.com) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.9.3/8.9.3) with ESMTP id MAA69983; Sat, 17 Jun 2000 12:35:17 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Sat, 17 Jun 2000 12:35:17 -0600 (CST) From: Ryan Thompson To: Gabriel Ambuehl Cc: Ian Reilly , questions@FreeBSD.ORG Subject: Re: Prob with apache+ssl (passwords and starting on reboot) In-Reply-To: <17122776591.20000617193554@buz.ch> Message-ID: Organization: SaskNow Technologies [www.sasknow.com] MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gabriel Ambuehl wrote to Ian Reilly: > > i'm running 4.0 and just compiled apache 1.3.12 openssl, mod ssl, mysql, > > etc.. the problem that i'm running into is this. 1. at boot, it starts > > the regular apache (non ssl) and when i try to start the ssl, it always > > asks for the passwd. anyone know how to a. get the ssl to start by > > default? and while we're at it =) what about mysql? how do i get it to > > start as well? > > Well. I copied apachectl to my rc.d dir, renamed it to apachectl.sh > and modified the case statements in the way that 'start' actually > starts the SSL apache. Modifications on request. > > Best regards, > Gabriel Wow! That seems like an awful lot of work. $ cat /usr/local/etc/rc.d/apache.sh #!/bin/sh /usr/local/apache/bin/apachectl startssl && echo -n ' httpd-modssl' -- Ryan Thompson Systems Administrator, Accounts Phone: +1 (306) 664-1161 SaskNow Technologies http://www.sasknow.com #106-380 3120 8th St E Saskatoon, SK S7H 0W2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message