開始、停止或重新啟動入口網站

Developer Services Portal 4.17.05 版

適用於在 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 網路伺服器。舉例來說,如要在 RedHat 和 CentOS 重新啟動 Apache,請使用下列指令:

> service httpd restart

如要在 RedHat 和 CentOS 中停止或啟動 Apache,請使用下列指令:

> service httpd stop
> service httpd start

詳情請參閱 http://www.apache.org/