포털 시작, 중지, 다시 시작

개발자 서비스 포털 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/를 참조하세요.