ページの先頭行へ戻る
Interstage Application Server/Interstage Web Server Express Interstage HTTP Server 2.2運用ガイド
FUJITSU Software

7.6 httpd

名前

httpd  -  Webサーバの起動/停止/サービスの登録/サービスの削除


形式

(1) Webサーバの起動

httpd -k start [-n servicename]


(2) Webサーバの停止

httpd -k stop [-n servicename]


(3) Webサーバのサービス登録

httpd -k install [-n servicename] [-f configfilename]


(4) Webサーバのサービス削除

httpd -k uninstall [-n servicename]

(1) Webサーバの起動

httpd -k start [-f configfilename]


(2) Webサーバの停止

httpd -k stop [-f configfilename]


機能説明

本コマンドは、Webサーバの起動、停止、およびサービスの登録、削除などを行います。
本コマンドのオプションとパラメタを以下に示します。


-k start|stop|install|uninstall

以下のパラメタを指定します。


start

Webサーバ起動時に指定します。

stop

Webサーバ停止時に指定します。

install

Webサーバのサービス登録時に指定します。

uninstall

Webサーバのサービス削除時に指定します。


-n servicename

サービス名を、182バイト以内の文字列で指定します。半角英数字、および以下を除く記号を使用できます。

  • スラッシュ(/)

  • バックスラッシュ(\)

本オプションを省略した場合、省略値は「Apache2.2」となります。


-f configfilename

環境定義ファイルhttpd.confを、絶対パスで指定します。

本オプションを省略した場合、省略値は以下となります。

(インストールパスはデフォルト)

C:\Interstage\F3FMahs\conf\httpd.conf

/opt/FJSVahs/conf/httpd.conf

注意事項

使用例


Webサーバを起動します。

C:\Interstage\F3FMahs\bin\httpd.exe -k start -n "Interstage HTTP Server 2.2"

Webサーバを停止します。

C:\Interstage\F3FMahs\bin\httpd.exe -k stop -n "Interstage HTTP Server 2.2"

複数Webサーバを作成する場合に、Webサーバのサービスを登録します。

C:\Interstage\F3FMahs\bin\httpd.exe -k install -n "サービス名" -f "<Webサーバ資源の格納ディレクトリ>\conf\httpd.conf"

複数Webサーバを削除する場合に、Webサーバのサービスを削除します。

C:\Interstage\F3FMahs\bin\httpd.exe -k uninstall -n "サービス名"


Webサーバを起動します。

/opt/FJSVahs/bin/httpd -k start -f /opt/FJSVahs/conf/httpd.conf

Webサーバを停止します。

/opt/FJSVahs/bin/httpd -k stop -f /opt/FJSVahs/conf/httpd.conf