任何人都可以幫助我在我的WAMP服務器上設置這個虛擬主機嗎?如何糾正Wamp上的這個虛擬主機設置?
我已經通過在線閱讀了幾篇文章和博客,無法獲得此設置。
我遵循的程序這裏建議:http://www.ruifeio.com/2011/01/30/setting-up-virtual-hosts-on-wampserver/
當我做以上,我的服務器掛斷。目前我增加了以下我的C:/窗/ SYSTEM32 /司機/ etc/hosts文件
127.0.0.1 tsg.local
我改變了我的httpd.conf Apache的配置文件,聽90,因爲我使用端口90
另外,按照上述教程中的建議移除#標記。
# Virtual hosts
Include conf/extra/httpd-vhosts.conf
我還增加了以下我的httpd-vhosts.conf
<VirtualHost *:90>
ServerAdmin [email protected]
DocumentRoot 「C:\wamp\www\tsg\」
ServerName tsg.local
ErrorLog 「C:\wamp\www\logs\tsg.log」
CustomLog 「C:/wamp/www/logs/common.log」 common
</VirtualHost>
而改變:*了NameVirtualHost:80〜了NameVirtualHost *:90
感謝提前幫忙!
在這篇文章中提到的過程最終幫助了我。 [http://stackoverflow.com/questions/12391799/multiple-virtual-sites-with-wampserver?rq=1][1] [1]:http://stackoverflow.com/問題/ 12391799/multiple-virtual-sites-with-wampserver?rq = 1 – Gaurav 2013-02-11 19:02:32