apachectl startssl at boot time ?

2005-03-03 Thread David Larkin
Hi, I can start apache with SSL ok from the command line apachectl startssl I've now put the following into /etc/rc.conf hoping that it will start at boot time. apache_enable=YES apache_flags=startssl This starts Apache on boot time but not with SSL Any ideas where I'm going wrong ? It

Re: apachectl startssl at boot time ?

2005-03-03 Thread Ean Kingston
Hi, I can start apache with SSL ok from the command line apachectl startssl I've now put the following into /etc/rc.conf hoping that it will start at boot time. apache_enable=YES apache_flags=startssl Try apache_flags=-DSSL instead. This starts Apache on boot time but not with SSL

Re: apachectl startssl at boot time ?

2005-03-03 Thread David Larkin
On Thu, 3 Mar 2005 11:48:24 -0500 (EST) Ean Kingston [EMAIL PROTECTED] wrote: Hi, I can start apache with SSL ok from the command line apachectl startssl I've now put the following into /etc/rc.conf hoping that it will start at boot time. apache_enable=YES

Re: apachectl startssl at boot time ?

2005-03-03 Thread Jonathan Chen
On Thu, Mar 03, 2005 at 05:58:42PM +, David Larkin wrote: Hi, I can start apache with SSL ok from the command line apachectl startssl I've now put the following into /etc/rc.conf hoping that it will start at boot time. apache_enable=YES apache_flags=startssl This starts