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 repeat the listing command - should be alright from there.
> if not, have a look for the httpd script in /etc/init.d, and man
> chkconfig, and report back with more info - we'll go forward from
> there.


at this point, it's still off.  however,

chkconfig --level 3 httpd on

seems to have done the trick.  thanks.

>
> regards,
> 
> .brian
> 
> 

-jdr-

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to