第一步:
cp /usr/local/apache2/bin/apachectl /etc/init.d/httpd
第二步:
vim /etc/init.d/httpd
在第一行#!/bin/sh下增加两行文字
# chkconfig: 35 70 30 # description: Apache
第三步:
保存退出
chkconfig --level 35 httpd on
本文出自 “小杨” 博客,请务必保留此出处http://aqiang.blog.51cto.com/6086626/1895596
原文:http://aqiang.blog.51cto.com/6086626/1895596