WEB开发网
开发学院服务器WEB服务器综合平台 LAMP系列:构建httpd网站服务器 阅读

LAMP系列:构建httpd网站服务器

 2012-05-16 10:51:57 来源:WEB开发网   
核心提示:4.复制apachectl脚本,并将其添加为httpd系统服务,LAMP系列:构建httpd网站服务器(5),# cp /usr/local/httpd/bin/apachectl /etc/init.d/httpd # vi /etc/init.d/httpd #!/bin/sh #chkconfig: 35 85

4.复制apachectl脚本,并将其添加为httpd系统服务。

  1. # cp /usr/local/httpd/bin/apachectl /etc/init.d/httpd 
  2.   # vi /etc/init.d/httpd        
  3.   #!/bin/sh 
  4.   #chkconfig: 35 85 15      //服务识别参数,级别3、5中启动;启动和关闭的顺序分别为85、15 
  5.   #description: Apache Http Server       //服务描述信息 
  6. …… //省略部分内容
  7.   
  8. # chkconfig --add httpd   //将httpd添加为系统服务 
  9. # chkconfig --list httpd   //查看httpd服务的自启动状态 
  10. httpd       0:关闭  1:关闭  2:关闭  3:启用  4:关闭  5:启用  6:关闭 

上一页  1 2 3 4 5 6 7 8 9 10  下一页

Tags:LAMP 系列 构建

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接