service httpd does not support chkconfig的问题

2014-12-18
apache 作为linux启动就运行服务程序
cp /usr/local/apache2/bin/apachectl /etc/rc.d/init.d/httpd
但是在执行:
chkconfig --add httpd
        chkconfig httpd on
的时候出现错误:service httpd does not support chkconfig
解决办法:
打开 vi /etc/rc.d/init.d/httpd 添加(#!/bin/sh下面)

#chkconfig: 2345 10 90
#description: Activates/Deactivates Apache Web Server

加上上面这两行就可以,#必须有

其中:2345是设为要启动的运行级别,10是启动优先级,90是杀死进程的优先级,谁优先谁先挂的意思。

类别:系统相关 | 阅读:2267 | 评论:0 | 标签:

想收藏或者和大家分享这篇好文章→

“service httpd does not support chkconfig的问题”共有0条留言

发表评论

姓名:

邮箱:

网址:

验证码:

公告

2014年10月4日创建

标签云

最近评论

友情链接