重新啟動 apache 出現 _default_ VirtualHost overlap on port 80, the first has precedence
重新啟動 apache
出現錯誤訊息
_default_ VirtualHost overlap on port 80, the first has precedence
表示好幾個虛擬網站重複 80 port
這時把 /etc/httpd/conf/httpd.conf 裡面的 NameVirtualHost *:80 註解拿掉
/etc/init.d/httpd restart 就好了。