LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   apache virtual servers (https://www.linuxquestions.org/questions/linux-software-2/apache-virtual-servers-52676/)

knueven7 03-31-2003 09:55 AM

apache virtual servers
 
I was wondering about apache virtual servers. Do I have to have a dns server to point the domain name to the proper IP address? Here's my situation. I am at a university where I have 4 web servers, but I am not permitted to run a DNS server (the university does that for us). I want to have my own domain name (knueven.com) run on my web servers. I have an IP already and can use apache virtual servers to host another domain, but do I need to have a DNS server to make my domain name point to the IP? Can someone please point me in the right direction. Since I cannot have my own DNS server I really don't know anything about DNS or apache virtual servers either. Thanks in advance.

bahamat 03-31-2003 11:01 AM

In order to have an official domain name you have to have a DNS server willing to serve up that name. You don't have to run the DNS server locally, just as long as someone is willing to do it for you.

However, you can't just arbitrarily add virtual servers to Apache. Virtual servers will only work if they're resolvable via standard name lookups.

knueven7 03-31-2003 11:14 AM

yah, that's what I was afraid of. Thanks.


All times are GMT -5. The time now is 04:07 AM.