咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

解决添加httpd服务失败:service httpd does not support chkconfig

2016-05-03 06:41:17 6412次

1.编译安装httpd2.4后把httpd添加到服务时出现错误service httpd does not support chkconfig

 图片1.png 

2.操作方法

 打开 vi /etc/rc.d/init.d/httpd 添加(#!/bin/sh下面)

   #chkconfig: 2345 10 90

   #description: Activates/Deactivates Apache Web Server

   上面语句#号必须有.其中:2345是设为要启动的运行级别,10是启动优先级(可以自己设置优先级)90是杀死进程的优先级,谁优先谁先挂的意思

    图片2.png


首页
最新活动
个人中心