Tom Joyce on Fri, 10 Sep 1999 19:18:21 -0400 (EDT) |
Hi, I wanted to have unique IP addresses for each domain instead of resolving each domain to my IP. I did add the Virtual host containers as stated below but when I tried going to that specific IP address before I added the alias it would say server not found. What I did, straight from the HOWTO {IP-Alias} is : >From root typed: /sbin/ifconfig eth0:0 the_new_IP Then typed: /sbin/route add -host the_new_IP dev eth0:0 Since my ISP had these IPs coming to my machine already, I added the Virtual host containers to my httpd.conf file and it now works. Tom > Im confused as to why you need multi IP's > just have the hostnames point to your machine, > then in your httpd.conf you would add thingys > like this. > > <VirtualHost video4linux.looney.com> > ServerAdmin root@looney.com > DocumentRoot /home/video4linux/public_html > ServerName video4linux.looney.com > ErrorLog logs/video4linux-error_log > TransferLog logs/video4linux-access_log > </VirtualHost> > > Dig it? > > > Tom Joyce wrote: > > > I did check out the HOWTOs and I do try to find the information first but > > the problem is when I wrote this I am not sure what the term is that I > > wanted to do. I found out it is IP Aliasing. > > I set it up and all is working fine now. > > Tom > > > > > I'm not being intentionally obtuse, but did you check out the HOWTOs? I > > have > > > almost no experience with hosting, but if I remember correctly there's a > > HOWTO > > > for it. > > > metalab.unc.edu/LDP > > > > > > Peace, > > > Vale > > > > > > On Fri, 10 Sep 1999, you wrote: > > > > >%_Hi, > > > > I am running Red Hat Linux 6.0 I have it set up as a web server with one > > IP address. > > > > I want to try hosting a couple more Domains on my system. > > > > My ISP is handling all the DNS at the moment. > > > > What they will do is send IP xxx.xx.xx.100 through xxx.xx.xx.102 to my > > system. > > > > > > > > What I would like to know is what do I need to do on my system to > > receive those IP addresses? > > > > > > > > Also I would like to thank those who have answered my questions before. > > I don't want to send emails of thanks unless is OK. What's the policy on _______________________________________________ Plug maillist - Plug@lists.nothinbut.net http://lists.nothinbut.net/mail/listinfo/plug
|
|