Bob,
  if you did an rpm install of apache, you have an init script already
installed in /etc/rc.d/init.d.  try these steps to make apache start/stop as
the system comes up and down.

# cd /etc/rc.d/init.d
# chkconfig --list httpd
# chkconfig httpd on
# chkconfig --list httpd

chkconfig is useful utility used to manage the run levels for
starting/stopping init scripts.  if you don't already have an init script, i
will send you mine.

Jason

>
> Hi,
>   I am making progress.  Apache, postgresql installed.  Now
> trying to make apache autostart on boot.  I could place a
> line in rc.local something like:
>
>    /usr/local/apache/bin/apachectl start
>
>
>   but is there a way to place a file in init.d and then link
> to it from rc5.d?
>
>   As I said, progress is progress for a newbie, but it is
> soooooooo slow.
>
>
> Thanks again to all who have helped!
>
> Bob Hartung
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to