デベロッパー サービス ポータル v. 4.16.09
ポータルを起動、停止、再起動するには、実際に Apache ウェブサーバーを起動、停止、再起動します。たとえば、RedHat と CentOS で Apache を再起動するには、次のコマンドを使用します。
> service httpd restart
RedHat と CentOS で Apache を停止または起動するには、次のコマンドを使用します。
> service httpd stop > service httpd start
詳細については、http://www.apache.org/ をご覧ください。