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
方法其实很简单,有需要的同学可以备案一下。不行就sudo,还不行就sudo -i
Ubuntu下mysql无法重启:http://www.linuxdiyf.com/linux/14787.html