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
代碼: 選擇全部
sudo /sbin/chkconfig --list httpd
The setting works.