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>
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>