Re: making apache a service

2002-10-07 Thread Cristian Grigoriu
> > > I have installed apache2 from source not rpm and can start it by > > > typing "/usr/local/apache/bin/apachectl start" however I would like > > > apache to start by its self when the machine boots. Can anyone > > > tell me how to accomplish this? > > > >Copy or symlink apachectl to /etc/init.

Re: making apache a service

2002-10-07 Thread Robert Monical
At 07:59 PM 9/26/2002 +0200, you wrote: > > I have installed apache2 from source not rpm and can start it by > > typing "/usr/local/apache/bin/apachectl start" however I would like > > apache to start by its self when the machine boots. Can anyone > > tell me how to accomplish this? > >Copy or sym

RE: making apache a service

2002-09-26 Thread Trevor
Title: Message  put that command in your /etc/rc.d/rc.local file.    -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Fifield, MikeSent: Thursday, September 26, 2002 11:31 AMTo: [EMAIL PROTECTED]Subject: making apache a service I have installed

Re: making apache a service

2002-09-26 Thread Cristian Grigoriu
> I have installed apache2 from source not rpm and can start it by typing > "/usr/local/apache/bin/apachectl start" however I would like apache to start > by its self when the machine boots. Can anyone tell me how to accomplish > this? Copy or symlink apachectl to /etc/init.d then chkconfig --add

making apache a service

2002-09-26 Thread Fifield, Mike
Title: Message I have installed apache2 from source not rpm and can start it by typing "/usr/local/apache/bin/apachectl start" however I would like apache to start by its self when the machine boots. Can anyone tell me how to accomplish this?