Click to See Complete Forum and Search --> : many domains on one ip.


Mr.Sparkle
08-12-2001, 01:17 AM
Ok, I have a problem. I have a really really fast dedicated line to my co-lo server(5-10mbit). But I am not utalizing any of it at all. So, I wanted to take on a few paying customers to help with the bill and stuff. The problem right now is I only have 1 ip. with every extra ip being $25 a month. I don't want to have to pay that. Because then I would be forced to charge my customers even more. Which I am trying to stay away from.

Right now, I do all my name server crap through a 3rd party. I was thinking of wipping up some BIND action and doing it that way.

But what is the best way to do it? I don't want the end user to be able tell at all what is happening at all.

Any insight?

Damaged
08-12-2001, 02:54 AM
Don't have to hack BIND, Apache will do this. You'll still need BIND entries.

Apache name-based Virtual hosts (http://httpd.apache.org/docs/vhosts/name-based.html)

Mr.Sparkle
08-12-2001, 10:49 AM
Tanks a ton. that's perfect.