Comment 8 for bug 245982

Revision history for this message
David Futcher (bobbo) wrote :

From what I can see its fairly simple to do (at least simple enough to script). I think we are going to need the Ubuland domain name to set it up properly though.

It looks a bit like this:

<VirtualHost bobbo.ubuland.org>
   ... Apache rules for this host
   DocumentRoot /home/bobbo/public_html
</VirtualHost>

So when apache receives traffic from the address bobbo.ubuland.org it goes to /home/bobbo/public_html to get my website. If im not talking rubbish, this should actually work. I think we might need to setup a DNS server for this, so DNS servers dont jsut go 'bobbo.ubuland.org doesnt exist, not sending you anywhere', but Saj knows a lot more about DNS than me, so we better ask him.