Results 1 to 2 of 2
could I make multi DNS path for the same linux server at a LAN and if yes how can I make it such that each dns browse different site for ...
- 07-02-2006 #1Just Joined!
- Join Date
- Jun 2006
- Posts
- 15
Multi DNS
could I make multi DNS path for the same linux server at a LAN and if yes how can I make it such that each dns browse different site for the same server machine
norte I use mandrake 10.1
- 07-04-2006 #2
You can specify different IP addresses in the apache httpd.conf file, but you dont need to bother. What it sounds like you need is virtual hosts. This is where you tell Apache to respond to the web page requests depending on the site asked for, pointing at different directories in your web site directory. So you could do stuff like: http://help.yourdomain.com pointed at /var/www/help, http://www.yourdomain.com at /var/www/mainsite, etc., all hosted by the same apache instance. I use this, it's quite straightforward.
Linux user #126863 - see http://linuxcounter.net/


Reply With Quote