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

デベロッパー サービス ポータル v. 4.16.05

ポータルを開始、停止、再起動するには、Apache ウェブ ウェブサーバーを あります。たとえば、RedHat と CentOS で Apache を再起動するには、次のコマンドを使用します。

> service httpd restart

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

> service httpd stop
> service httpd start

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