as root do something like this:

        cd /etc/rc.d/init.d
        cp lpd apache
        vi apache
        # change the file to do the right-thing using "apachectl"
        cd /etc/rc.d
        ln -s ../init.d/apache rc3.d/S99apache
        ln -s ../init.d/apache rc2.d/K01apache
        ln -s ../init.d/apache rc1.d/K01apache
        ln -s ../init.d/apache rc0.d/K01apache

If you use any of the other run levels, you will need to make similiar sym
links for them too.

- Marc

On Thu, 10 Feb 2000, Ray Bowles wrote:

>     I just setup apache 1.3.11 with php and mysql support. I'm just a
> little stumped on how to get it to start at run time. Anyone know where
> I could find this info?  I already looked in the README, configure and
> INSTALL docs and found nothing. Apache's website was non help either. I
> know......It's a new guy. Not really, I just gave up on rpm's and
> started using the tarballs.
>     This is my first posting. I sure hope, I will one day have something
> to offer to the group. I can't wait to attend my fist meeting.
> Thanks a lot,
> Ray
> 
> 
> **********************************************************
> To unsubscribe from this list, send mail to
> [EMAIL PROTECTED] with the following text in the
> *body* (*not* the subject line) of the letter:
> unsubscribe gnhlug
> **********************************************************
> 


**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to