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