论坛首页 综合技术论坛

Cento OS7编译安装Apache后设为服务并开机启动

浏览 1235 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (1)
作者 正文
   发表时间:2016-04-04  

编译安装Apache后切换到安装目录下的bin目录执行以下命令

 

#  cp apachectl /etc/init.d/httpd 

#  cp apachectl /usr/local/bin/httpd

#  ln -s /etc/init.d/httpd  /etc/rc.d/rc5.d/S61httpd

#  ln -s /etc/init.d/httpd  /etc/rc.d/rc4.d/S61httpd

#  ln -s /etc/init.d/httpd  /etc/rc.d/rc3.d/S61httpd

 打开/etc/init.d/httpd文件,在#!/bin/sh下面加入如下代码

  #chkconfig:345 61 61 

  #description:Apache

 注册服务

sudo chkconfig --add httpd

 设为开机启动

sudo chkconfig --levels 345 httpd on

 

 

论坛首页 综合技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics