启动、停止或重启门户

开发者服务门户 v. 4.17.01

对于在 Nginx 上运行的门户

如需启动、停止或重启门户组件,请使用 apigee-service 命令:

> /opt/apigee/apigee-service/bin/apigee-service compName stop|start|restart

其中,compName 可以是以下项之一:apigee-drupal-devportal, apigee-drupal-contrib, apigee-drupal, apigee-drush, apigee-php

对于在 Apache 上运行的门户

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

> service httpd restart

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

> service httpd stop
> service httpd start

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