Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2001 09:58:09 +0200
From:      Christoph Sold <so@server.i-clue.de>
To:        Todd Reed <ex279@hotmail.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Loading daemons upon boot
Message-ID:  <3B57E491.F235A613@i-clue.de>
References:  <F7EcLsXJB7oDaSeXnbn000013c6@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help


Todd Reed schrieb:
> 
> I've finally got MySQL, Apache, and SSL working!  Thanks for all the help,
> but I hope this is my last question on this topic!
> 
> Question:  How can I make MySQL and Apache load upon bootup?  I saw the *.sh
> files in the /usr/local/etc/rc.d/ directory.  Do I just create a start.sh
> file and insert the lines
> 
> ./mnt/vdrv/dbms/bin/safe_mysqld &
> ./mnt/vdrv/inetpub/www/bin/apachectl startssl

Have a look at some other scripts. AFAIR you need to interpret both
"start" and "stop" parameters in your startup script.

> If that's the case, then is there anyway to bypass the passphrase to the
> ./apachectl startssl?

Generate a key without any passphrase.

HTH
-Christoph Sold

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B57E491.F235A613>