 |
Linode.com Forum Linode Community Forums
|
| Author |
Message |
mgeorge
Joined: 16 Sep 2003
Posts: 17
|
| Posted: Mon Dec 08, 2003 1:03 pm Post subject: 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 |
|
| Back to top |
|
Quik
Joined: 17 Sep 2003
Posts: 124
|
| Posted: Mon Dec 08, 2003 2:06 pm Post subject: |
|
|
Type the following two commands:
chkconfig --add httpd
chkconfig --level 345 httpd on
:) |
|
| Back to top |
|
| |
|