Apache2 の VirtualHost の設定
- apache2 の vhost の設定
Include vhosts/*.conf を追記する
- internal.conf の設定例
<VirtualHost xxx.yyy.zzz.aaa:80> ServerName www.hoge.hoge.com ServerAlias hoge.hoge.com ... </VirtualHost>
- ext.conf の設定例
<VirtualHost xxx.yyy.zzz.bbb:80> ServerName www.hoge.hoge.com ServerAlias hoge.hoge.com ... </VirtualHost>