According to Nagle, Adrian: While burning my CPU.
>
> Where is the best place to start the httpd on boot up? I am only now
> starting to learn the boot sequence...
>
You would have been more helpfull by telling us which distribution you have,
anyway, redhat does it from /etc/rc.d/rc3.d with a symlink called S85httpd
pointing to /etc/rc.d/init.d/httpd.init all you need to do is make sure the
symlink is there, if not crate it, while in /etc/rc.d/rc3.d do;
'ln -s S85httpd -> ../init.d/httpd.init'
If you have redhat the file should be there already.
Slackware does it from /etc/rc.d/rc.M with the following;
# Start Web server:
if [ -x /etc/rc.d/rc.httpd ]; then
. /etc/rc.d/rc.httpd
fi
> Adrian
>
> --
> Adrian Nagle Ball Aerospace & Technologies Corp.
> Thermal Engineer P.O. Box 1062
> TEL: 303-939-6518 Boulder, CO 80306-1062
> FAX: 303-939-5166 http://www.ballaerospace.com
>
--
Regards Richard.
[EMAIL PROTECTED]