ポータルの起動、停止、再起動

デベロッパー サービス ポータル 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 ウェブサーバーを実際に起動、停止、再起動する必要があります。たとえば、RedHat と CentOS で Apache を再起動するには、次のコマンドを使用します。

> service httpd restart

RedHat と CentOS で Apache を停止または起動するには、次のコマンドを使用します。

> service httpd stop
> service httpd start

詳細については、http://www.apache.org/ をご覧ください。