由于存在漏洞,Had必须在centos 5.9服务器上将apache更新到2.4.3。
它工作正常,但我想不出一种方法让它与chkconfig一起工作(如果可能的话)。
我已经搜索了解决方案,并尝试按照所有网站的建议将"# chkconfig:- 85 15“添加到apachectl中,但它仍然显示服务不支持chkconfig。
感谢您的帮助。
发布于 2013-02-14 18:15:36
编辑文件/etc/init.d/httpd以设置Linux的运行级别,以替换以下行:
# chkconfig: - 85 15使用这一行:# chkconfig: 234 20 80
启动服务:-
/sbin/chkconfig httpd onhttps://stackoverflow.com/questions/14839264
复制相似问题