如何停止和启动Apache
我有2个问题:第1个是按照网上介绍的可以用这样的方法来启动和停止Apache服务 /etc/rc.d/init.d/httpd restart(stop)
但为什么我的linux没有httpd这个可执行文件?
# /etc/rc.d/init.d/httpd restart
bash: /etc/rc.d/init.d/httpd: 没有那个文件或目录
第2个是用apachectl start
# ./apachectl start
httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
httpd (pid 1823) already running
# ./apachectl stop
httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
这linux和windows真的很不同啊!启动1个服务都这么多方法.唉!据说还可以用service 启动。。。。晕啊
页:
[1]