Virtual Host w/ IIS and Wamp Running
Posted by: refiking (---.hsd1.ga.comcast.net)
Date: May 01, 2010 03:06PM

How can I setup virtual host for a domain name with both IIS and Wampserver running? IIS is on port 80 and Wampserver is on port 81. Here is what I have:

NameVirtualHost *:81


<VirtualHost *:81>
ServerName www.domain.com
ServerAlias domain.com
DocumentRoot C:/wamp/www/wgb
ErrorLog C:/wamp/www/wgb/logs/error.log
CustomLog C:/wamp/www/wgb/logs/access.log common
</VirtualHost>

Options: ReplyQuote


Sorry, only registered users may post in this forum.