Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Virtual Host on Lan

Status
Not open for further replies.

sampko

Programmer
Nov 4, 2004
76
US
I have a Freebsd server running apache1.3, and I want to know how I could set up a virtual host to point to a xp computer that is running iis?

Here is what I am thinging. Something like this:

<VirtualHost *:80>
ServerAdmin webmaster@darkfireweb.com
DocumentRoot //192.168.1.101/c
ServerName xpbox.darkfireweb.com
</VirtualHost>
 
sampko,

You could use the Redirect directive for a directory, but in the situation that you have, you could just use another A record in your DNS.

Wishdiak
A+, Network+, Security+, MCSA: Security 2003
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top