Starting, stopping, or restarting the portal

Developer Services Portal v. 4.17.05

For the portal running on Nginx

To start, stop, or restart the portal components, use the apigee-service command:

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

Where compName can be one of the following: apigee-drupal-devportal, apigee-drupal-contrib, apigee-drupal, apigee-drush, apigee-php

For the portal running on Apache

To start, stop, or restart the portal, you actually start, stop, or restart the Apache web server. For example, to restart Apache on RedHat and CentOS, use the following command:

> service httpd restart

To stop or start Apache on RedHat and CentOS, use the commands:

> service httpd stop
> service httpd start

For more information, see http://www.apache.org/.