启动、停止或重启门户

开发者服务门户 v. 4.16.09

要启动、停止或重新启动门户,实际上 启动、停止或重新启动 Apache Web 服务器。例如,要在 RedHat 和 CentOS 上重启 Apache,请使用以下命令:

> service httpd restart

要在 RedHat 和 CentOS 上停止或启动 Apache,请使用以下命令:

> service httpd stop
> service httpd start

如需了解详情,请参阅 http://www.apache.org/