デベロッパー サービス ポータル v. 4.17.01
ポータルが Nginx の場合
ポータル コンポーネントを開始、停止、再起動するには、apigee-service
を使用します。
command:
> /opt/apigee/apigee-service/bin/apigee-service compName stop|start|restart
ここで、compName
には次のいずれか 1 つを指定できます。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/ をご覧ください。