LoginSignup
2
2

More than 5 years have passed since last update.

Apacheのよく忘れるコマンド

Last updated at Posted at 2017-09-26

Apacheのよく忘れるコマンドメモ

よく忘れるというか、覚えられないからaliasにしているけど、誰かの検索のとっかかりになればという思いで書く。

目次

  • Apacheが読み込んでいるモジュールを確認
  • Apacheの設定確認
  • VirtualHostの一覧を表示

コマンド

Apacheが読み込んでいるモジュールを確認

$ httpd -M

Apacheの設定確認

$ httpd -S

VirtualHostの一覧を表示

Apacheの設定確認でも出ますが、こちらだとVirtualHostの一覧だけが表示されます。

$ httpd -t -D DUMP_VHOSTS

随時更新予定です。
必須だろこれ!っていうのがあったら教えてください!!

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2