Re: init.d apache script?

2005-02-21 Thread tom
On Tuesday 22 February 2005 00:54, Randy McMurchy wrote: > tom wrote these words on 02/22/05 00:03 CST: > > with this script as it it correct me if im wrong wont allow ssl module to > > be loaded as i read in apache manual. > > What happens when you type 'apachectl startssl' from the command line?

Re: init.d apache script?

2005-02-21 Thread Randy McMurchy
tom wrote these words on 02/22/05 00:03 CST: > with this script as it it correct me if im wrong wont allow ssl module to be > loaded as i read in apache manual. What happens when you type 'apachectl startssl' from the command line? What happens when you type 'apachectl stop' from the command lin

Re: init.d apache script?

2005-02-21 Thread tom
On Monday 21 February 2005 13:37, Jason Gurtz wrote: > On 2/21/2005 13:41, tom wrote: > > im not sure but you should have a note with if you have SSL with apache > > to include another script i know how to start Apache with SSL: > > > > httpd -DSSL > > but how do your restart and stop it? > > The a

Re: init.d apache script?

2005-02-21 Thread Jason Gurtz
On 2/21/2005 13:41, tom wrote: > im not sure but you should have a note with if you have SSL with apache to > include another script i know how to start Apache with SSL: > > httpd -DSSL > but how do your restart and stop it? The apachectl should be used. case "$1" in start) echo "St

init.d apache script?

2005-02-21 Thread tom
im not sure but you should have a note with if you have SSL with apache to include another script i know how to start Apache with SSL: httpd -DSSL but how do your restart and stop it? -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html