Rob Hudson <[EMAIL PROTECTED]> writes:

 % Is there a way to set up virtual hosts in Apache without having to
 % manage the DNS for each host to accomplish:
 % 
 %     host1.example.com
 %     host2.example.com
 %     etc.


Are you asking:

    Is there a way to set up DNS such that 
       *.example.com is directed
       to a single host and
       on that host all of the
       host.example.com
       are directed to the same web service?

Or are you asking

    Is there a way to set up DNS such that 
       *.example.com is directed
       to a single host and
       on that host all of the
       host.example.com
       are directed to different web services?       


Or are you asking

    I have DNS set up for *.example.com
    to point to xyz host, how to I get
    seperate web services for each one without
    having to configure apache for each one.


All of these are possible. Which do you want the answer to?


    


-----
John Sechrest          .         Helping people use
                        .           computers and the Internet
                          .            more effectively
                             .                      
                                 .       Internet: [EMAIL PROTECTED]
                                      .   
                                              . http://www.peak.org/~sechrest
_______________________________________________
EUGLUG mailing list
[EMAIL PROTECTED]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to