Virtual hosting refers to the practice of hosting multiple websites on a single server.

learn more… | top users | synonyms

2
votes
1answer
64 views

Prevent virtual host on same server interact on apache

I have a VPS running Apache 2.0, with multiple domains and multiple IPs set. In document root :/var/www/html/ --> i have http:// serverA.com and I created a virtual host on folder ...
1
vote
1answer
102 views

vhost set up help — domain and ip point to the same site

I have these virtual hosts set up however when I browse to domain.com or 123.45.67.89 they both point to /var/www/html/. How can I get them set up so they point to correct DocumentRoot? ...
0
votes
2answers
878 views

Apache2: How to host apps at different ports with SSL?

I'm trying to achieve quite simple task actually. I bind application to a port, I enable SSLEngine at each VirtualHost entry for that port. Everything works beside one thing: if you type url that ...