hi do you really need 2 ips?
why not just do a --- NameVirtualHost * <VirtualHost *> servername myserver.com ... </VirtualHost> <virtualhost *> servername myserver2.com ..... </virtualhost> ---- the other nic being more useful as a secondary dns (or something)... just suggestin', jondz On Mon, 2004-08-23 at 21:31, smart penguin wrote: > This is in reference to the 2 public ip for 1 nic card which i have posted recently, > and i would like to thank everybody for giving their time to answer. > > The reason for asking is that im trying to host in one (1) server,using RH9, a 2 > different fully qualified domain name (FQDN), using the 2 public ip address that i > have just acquired. > > So im asking ur help again if u have any links or direct suggestion on how i can do > this. My present configuration is (httpd.conf), but i get an error whenever i would > start that httpd service. > > > ################################################# > Port 80 > NameVirtualHost xxx.xxx.xxx.100 > <VirtualHost xxx.xxx.xxx.100> > ServerName myserver.com > DocumentRoot /var/www/html/myprimarysite > ServerAlias myprimarysite.com > </VirtualHost> > > NameVirtualHost xxx.xxx.xxx.200 > <VirtualHost xxx.xxx.xxx.200> > ServerName myserver.com > DocumentRoot /var/www/html/mysecondarysite > ServerAlias mysecondary.com > </VirtualHost> > ######################################################## > > Btw, the 2 Fully qualified Domain Name (FQDN), are being managed by lycos, which i > have redirected it to the public ip address, to lessen the mess, so to speak. > > > Thanks in advance. > > > jeremy -- JondZ <[EMAIL PROTECTED]> -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
