当前第2页 返回上一页
一、Start Apache 2 Server /启动apache服务
1 2 3 | # /etc/init.d/apache2 start
or
$ sudo /etc/init.d/apache2 start
|
二、 Restart Apache 2 Server /重启apache服务
1 2 3 | # /etc/init.d/apache2 restart
or
$ sudo /etc/init.d/apache2 restart
|
三、Stop Apache 2 Server /停止apache服务
1 2 3 | # /etc/init.d/apache2 stop
or
$ sudo /etc/init.d/apache2 stop
|
更多Apache相关知识,请访问Apache使用教程栏目!
以上就是linux怎么启动apache的详细内容,更多文章请关注木庄网络博客!
返回前面的内容
相关阅读 >>
Apache http server是什么
查看是否安装Apache
Apache不解析php7怎么办
linux下Apache配置多个虚拟主机挂载多站点同时运行
怎么成为Apache项目贡献者
如何使用ubuntu18.04和16.04 lts上let’s encrypt保护Apache
win10怎么卸载Apache
Apache日志文件怎么删除
Apache最新版本是多少
Apache服务器性能如何优化
更多相关阅读请进入《Apache》频道 >>
转载请注明出处:木庄网络博客 » linux怎么启动apache