zl程序教程

您现在的位置是:首页 >  工具

当前栏目

Ubuntu apache

2023-09-27 14:25:21 时间

Linux系统为Ubuntu

1. 启动apache服务

# /etc/init.d/apache2 start

2. 重启apache服务

# /etc/init.d/apache2 restart

3. Stop Apache 2 Server

# /etc/init.d/apache2 stop