Click to See Complete Forum and Search --> : Start named and apache at boot rh 7.1


optimised
08-02-2001, 06:20 PM
How do I enable named and httpd at start.
Running rh 7.1

WilliamWallace
08-02-2001, 08:40 PM
edit /etc/rc.d/rc.local and add the following at the end of the file:

/usr/local/apache/bin/apachectl start
/path/to/named/daemon

assuming those are the correct paths to the daemons.

Cri
08-03-2001, 12:19 AM
That's one way of doing it...you can also log in as root and execute the command

/usr/sbin/ntsysv

This will bring up an easy to use ncurses frontend for selecting start-up services