红联Linux门户
Linux帮助

Ubuntu无法重启apache2

发布时间:2015-12-09 15:47:10来源:linux网站作者:qq_20480611

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