バーチャルホスト設定一覧抽出(apache版)

/usr/sbin/httpd -t -D DUMP_VHOSTS 2>&1 | grep ‘port 80’ | awk ‘{ print $4 }’ | sort | uniq

コメント

タイトルとURLをコピーしました