CentOS 5.5

回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

CentOS 5.5

文章 yehlu »

http://www.rackspace.com/knowledge_cent ... hp-install

Chkconfig
Now that we have Apache installed and working properly, we need to make sure that it's set to start automatically when the Cloud Server is rebooted.

代碼: 選擇全部

sudo /sbin/chkconfig httpd on
Let's check our work to confirm:

代碼: 選擇全部

sudo /sbin/chkconfig --list httpd
httpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
The setting works.
回覆文章

回到「CentOS」