当在linux系统安装了一些服务比如apache,mysql,iptables等等后想快速启动或者重启 但是在使用系统启动或者关闭服务时候发现输入指令 >service httpd restart 是不起作用的这个时候就要用到添加当前httpd服务为系统服务,如何添加为系统服务 cd /etc/init.d/ ls 列出当前系统服务 比如cp network httpd 复制当前的网络服务脚本更名为httpd vi /etc/init.d/httpd 复制下面代码保存 case "$1&q
1. 启动 Apache 时报错: [[email protected] sh]# service httpd start Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain for ServerName (98)Address already in use: make_sock: could not bi