umweber on Fri, 6 Aug 1999 11:59:07 -0400 (EDT) |
Apache will let you have virtual domains with the same ip, but different names. For example, the box I am sitting at right now has 4 domains pointing to it's ip, and apache serves all of their webpages, in addition to that, some domains have subdomains, for example admin.mydomain.org, which also point to the same ip. Apache decides which VirtualHost to display by the name typed into the browser, and I believe if you just type in the ip, you will get the main server. http://www.apache.org/docs/vhosts/index.html has a whole bunch of other stuff about Virtual Hosts -- Michelle Weber umweber@mcs.drexel.edu On Fri, 6 Aug 1999, Charles Stack wrote: > My server only has two network cards...one currently set for 10.0.0.5 and > the other as 192.168.0.2. The former will change to our public IP when we > go live. > > I see from your example that you named it 10.16.232.10. > > My questions on Virtual Hosting are these... > > Do I need another network card to handle the IP for the virtual host? > Do I need to give the virtual host and IP (as you have done) or any ol' > name? > > > Charles > > ____________________________________________________________________________ > NameVirtualHost 10.16.232.10 > > <VirtualHost 10.16.232.10> > ServerName webdev.something.net > DocumentRoot /home/htdocs/something.net > SetEnv SERVER_URL http://webdev.something.net > PerlPassEnv SERVER_URL > Alias /Internal/ /home/htdocs/Internal/ > Alias /timedoc /home/htdocs/timedoc > Alias /pr0n /home/jason/research > Alias /doc /usr/doc > ScriptAlias /cgi-bin/ /home/htdocs/cgi-bin/ > ScriptAlias /sec-cgi/ /home/htdocs/sec-cgi/ > ScriptAlias /admin-cgi/ /home/htdocs/admin-cgi/ > </VirtualHost> > ____________________________________________________________________________ > > > _______________________________________________ > Plug maillist - Plug@lists.nothinbut.net > http://lists.nothinbut.net/mail/listinfo/plug > _______________________________________________ Plug maillist - Plug@lists.nothinbut.net http://lists.nothinbut.net/mail/listinfo/plug
|
|