1 IP, 2 webservers, 2 domains

Davegod75

Diamond Member
Jun 27, 2000
5,320
0
0
This isn't an OS or hardware problem so it's going in off topic

Situation:

I have a IIS webserver with a site running (needed for ASP) with my own domain
roomate has an apache webserver with his site running with his own domain
2 separate boxes
only 1 IP address from comcast.

How do we get this to work? (using our separate domains)

Thanks

Edit: we have a linksys wrt54g router if that makes a difference
 

FP

Diamond Member
Feb 24, 2005
4,568
0
0
virtual hosts in apache and a reverse proxy to your iis box
 

Hyperblaze

Lifer
May 31, 2001
10,027
1
81
port forwarding.

i assume you have a router as a gateway?

someone use port 80 and someone use another port for their web server.

PS: this really should be in operating systems forum
 

Platypus

Lifer
Apr 26, 2001
31,046
321
136
If you don't want to do xxxx.com and xxx.com:xxx you will have to use virtual hosts, if you don't care about having to specify a port, use your router's port forwarding function and run one of those servers on a different port above 1024.
 

Davegod75

Diamond Member
Jun 27, 2000
5,320
0
0
Originally posted by: CorporateRecreation
If you don't want to do xxxx.com and xxx.com:xxx you will have to use virtual hosts, if you don't care about having to specify a port, use your router's port forwarding function and run one of those servers on a different port above 1024.


We both care about specifying a port. So I'll have him try the virutal hosts thing