apachectl
(またはapache2ctl
)コマンドを使用して、httpd
仮想ホスト情報をダンプするようにApacheサーバーに通知できます。
apache2ctl -St
apachectlを使用してシグナルとhttpdフラグを送信するためのリンクは次のとおりです。
これが私のApache/Ubuntuシステムでの様子です(私はたくさんの仮想ホストを持つWeb開発者です):
VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
*:80 is a NameVirtualHost
default server 127.0.1.1 (/etc/apache2/sites-enabled/000-default:1)
port 80 namevhost 127.0.1.1 (/etc/apache2/sites-enabled/000-default:1)
port 80 namevhost adaleco (/etc/apache2/sites-enabled/adaleco:1)
port 80 namevhost amcham (/etc/apache2/sites-enabled/amcham:1)
port 80 namevhost cake (/etc/apache2/sites-enabled/cake:1)
port 80 namevhost cakeplate (/etc/apache2/sites-enabled/cakeplate:1)
port 80 namevhost coord (/etc/apache2/sites-enabled/coord:1)
port 80 namevhost dru1 (/etc/apache2/sites-enabled/dru1:1)
port 80 namevhost flaming (/etc/apache2/sites-enabled/flaming:1)
port 80 namevhost flaming6 (/etc/apache2/sites-enabled/flaming6:1)
port 80 namevhost food (/etc/apache2/sites-enabled/food:1)
port 80 namevhost fun (/etc/apache2/sites-enabled/fun:1)
port 80 namevhost marc (/etc/apache2/sites-enabled/marc:1)
port 80 namevhost sugar (/etc/apache2/sites-enabled/sugar:1)
port 80 namevhost vol (/etc/apache2/sites-enabled/vol:1)
port 80 namevhost xmas (/etc/apache2/sites-enabled/xmas:1)
Syntax OK