Brian Bilbrey wrote:
> as root, type chkconfig --list | grep httpd
>
> I get this
>
> [root@mail bilbrey]# chkconfig --list | grep httpd
> httpd 0:off 1:off 2:off 3:on 4:on 5:on 6:off
>
> If you get all OFF, as I suspect you will,
yep
>
> then chkconfig --add httpd
>
> and repe
as root, type chkconfig --list | grep httpd
I get this
[root@mail bilbrey]# chkconfig --list | grep httpd
httpd 0:off 1:off 2:off 3:on 4:on 5:on 6:off
If you get all OFF, as I suspect you will,
then chkconfig --add httpd
and repeat the listing command - should be alright from there
Ok - this probably deserves an rtfm answer, just tell me which fm to r.
httpd does not start when the system boots. I can start it manually with
no problem. The only decent book I have for is for RH6.0, and it says
there's a 'linuxconf' utility for things like this, but it doesn't seem
to exist