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.
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.

regards,

.brian


On Mon, Jul 02, 2001 at 06:25:37PM -0500, Jim Reimer wrote:
> 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 on 7.1.  So, does anybody know if there's an equivalent under
> 7.1, or do I just need to jump in and start editing startup scripts?
> 
> -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

-- 
Brian Bilbrey :: [EMAIL PROTECTED] :: www.orbdesigns.com
   "Regulatory science is to science as bear traps are to bears."
                                  Dr. Jerry Pournelle
-
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