[Apache] [warn] _default_ VirtualHost overlap on port 443, the first has precedence

Wed, June 20, 2012 - 1 min read

Apache の config ファイルに2ヶ所以上 <VirtualHost *:443> という感じの記述を書いていてエラーが出ていました。

■ エラー内容

[warn] _default_ VirtualHost overlap on port 443, the first has precedence

今回は、ssl.conf と proxy.conf の2ファイルに別々に記述してしまったというオチ。