码迷,mamicode.com
首页 > Web开发 > 详细

linux 下 apache启动、停止、重启命令

时间:2015-08-18 11:44:16      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:

Linux系统为Ubuntu

一、Start Apache 2 Server /启动apache服务

# /etc/init.d/apache2 start
or
$ sudo /etc/init.d/apache2 start

二、 Restart Apache 2 Server /重启apache服务

# /etc/init.d/apache2 restart
or
$ sudo /etc/init.d/apache2 restart

三、Stop Apache 2 Server /停止apache服务

# /etc/init.d/apache2 stop
or
$ sudo /etc/init.d/apache2 stop

linux 下 apache启动、停止、重启命令

标签:

原文地址:http://www.cnblogs.com/haldis/p/4738862.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!