If you look at the:

 <documentation directory>/htdocs/manual/vhosts/index.html

It has information about setting up virtual hosts.  It's been awhile since
I've set up a virtual host but I believe all it needs is to set up the DNS
settings if you want to use a domain name and then edit the configuration
file to contain:

    <VirtualHost 10.0.0.1>              # main web server
          ServerName www.abc.dom
          ServerAdmin [EMAIL PROTECTED]
          DocumentRoot /www/abc
    </VirtualHost>

   <VirtualHost 10.0.0.2>               # other box on the network
          ServerAdmin www.edf.dom
          ServerAdmin [EMAIL PROTECTED]
          DocumentRoot /www/edf
   </VirtualHost>

   ..etc..

Please, someone correct me if I'm wrong.  I'm also assuming you've got
masquerading and redirection working.  Or maybe you don't need it?

Beverly


On Tue, 11 Apr 2000, Stewart Larsen wrote:

> yes, but I couldn't find anything.  I have the O'Reilly book on Apache, but
> it's at work.  I'll check on it tomorrow.  If anyone can point me at what
> such a thing might be named in a book or a how-to?  That might just be the
> nudge I need.  :)
> 
> Stewart



_______________________________________________
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk

Reply via email to