apache vhosts.conf
可以設定 哪個dns進來後該轉向哪邊 對於一個網站內可以放的虛擬機 就可以做調整調度 相當好用
相關參數的細節 就問google囉 🙂
範例如下:
##<VirtualHost *:80>
##ServerAdmin [email protected]
##DocumentRoot “C:/xampp/htdocs/dummy-host2.example.com”
##ServerName dummy-host2.example.com
##ErrorLog “logs/dummy-host2.example.com-error.log”
##CustomLog “logs/dummy-host2.example.com-access.log” common
##</VirtualHost>