English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux apachectlコマンド

Linux コマンド全書

Linux apachectlコマンドはApache HTTPサーバーを制御するプログラムです。

apachectlはslackwareに付属するApache HTTPサーバーのscriptファイルで、管理者がサーバーを制御するために使用できますが、他のLinuxのApache HTTPサーバーにはこのファイルが存在する場合もありません。

文法

apachectl [configtest][fullstatus][graceful][help][restart][start][status][stop]

パラメータ

  • configtest 設定ファイルの構文が正しいか確認します。
  • fullstatus サーバーの完全な状態情報を表示します。
  • graceful Apache サーバーを再起動しますが、既存の接続を中断しません。
  • help ヘルプ情報を表示します。
  • restart Apache サーバーを再起動します。
  • start Apache サーバーを起動します。
  • status サーバーの要約状態情報を表示します。
  • stop Apache サーバーを停止します。

Linux コマンド全書