autostart

I have Redhat 9 installed with the default apache package. I was wondering how I can get it to automatically start up when my server is rebooted?

thanks,

Matt

1 Reply

Type the following two commands:

chkconfig –add httpd

chkconfig --level 345 httpd on

:)

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct