开发者服务门户 v. 4.16.05
要启动、停止或重新启动门户,实际上 启动、停止或重新启动 Apache Web 服务器。例如,要在 RedHat 和 CentOS 上重启 Apache,请使用以下命令:
> service httpd restart
如需在 RedHat 和 CentOS 上停止或启动 Apache,请使用以下命令:
> service httpd stop > service httpd start
如需了解详情,请访问 http://www.apache.org/。