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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Two Websites one IP

Status
Not open for further replies.

wcuz

MIS
Mar 22, 2002
54
US
I have situation where I need to make two websites available using one static IP. I currently have one site up and running on apache 1.3.20 using a private address Nat'd to the public address. I have built a second site on a physically seperate computer using apache 2.0.44. Is there a way to make the second site a subdomain of the first? Not sure if virtual hosts work with physically seperate machines. Also, is there a way to use the host name of the second machine without having to register another domain name? Thanks for any help.
 
You have multiple hurdles. Your router is sending packets to your non-routeable addresses by routing rules based on packet destination ports. The only way to have both servers available is to make them available on different ports.

In terms of Apache configuration on the servers, virtual hosts only exist on a single physical server.


Want the best answers? Ask the best questions: TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top