第一步拷贝
cp /usr/local/apache2/bin/apachectl /etc/rc.d/init.d/httpd
第二步,修改
vim /etc/rc.d/init.d/httpd
#!/bin/sh
# chkconfig:35 61 61
# description:Apache
第三步,添加服务
chkconfig --add httpd
第四步,使用服务
service httpd restart
第一步拷贝
cp /usr/local/apache2/bin/apachectl /etc/rc.d/init.d/httpd
第二步,修改
vim /etc/rc.d/init.d/httpd
#!/bin/sh
# chkconfig:35 61 61
# description:Apache
第三步,添加服务
chkconfig --add httpd
第四步,使用服务
service httpd restart