That's a bit of an open ended question. Running a name server is pretty straightforward it's just a matter of running bind and configuring it but like learning apache and how to set that up, it's another whole new world.
Do you have a domain name already? Most registrars offer domain name services as part of registering the domain with them. In which case it would be a matter of entering the IP of you apache server in their control panel. You can of course do it yourself. You will need a minimum of two separate name servers, ideally on different networks. Paul On 13 Jun 2010, at 12:00, ubuntu-uk-requ...@lists.ubuntu.com wrote: > Send ubuntu-uk mailing list submissions to > ubuntu-uk@lists.ubuntu.com > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk > or, via email, send a message with subject or body 'help' to > ubuntu-uk-requ...@lists.ubuntu.com > > You can reach the person managing the list at > ubuntu-uk-ow...@lists.ubuntu.com > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of ubuntu-uk digest..." > > > Today's Topics: > > 1. Re: Apache add-on domains? (Daniel Case) > 2. Re: Apache add-on domains? (Chris Rowson) > 3. Re: Streaming to a shoutcast server (Byte Soup) > 4. Re: Problems with facebook/photouploads/plugin in Google > Chrome (John Matthews) > 5. Re: Problems with facebook/photouploads/plugin in Google > Chrome (Ron Rhodes) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 12 Jun 2010 13:29:51 +0100 > From: Daniel Case <danielcas...@googlemail.com> > Subject: Re: [ubuntu-uk] Apache add-on domains? > To: UK Ubuntu Talk <ubuntu-uk@lists.ubuntu.com> > Message-ID: > <aanlktik4qktgnyfwcifpdlv6yolluzl3fxbe8b4wg...@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Thank you very much guys, as far as i understand, i just need to add a new > vhost on the server side in order to set it up. > But how about on the registrar side? It seems to want Nameservers, not an IP > address to link too? > > What are nameservers, are they easy enough to set up? > > On 12 June 2010 09:41, Chris Rowson <christopherrow...@gmail.com> wrote: > >>> Hi guys, >>> I was just curious as to how i would go about adding "add-on" domains >> with >>> the apache configuration files? >>> If anyone has used Cpanel, im after manually doing the "Addon Domains" >>> feature they have, if someone could walk me through it i would >> apprechiate >>> it greatly :) >>> Dan >> >> Is this what you're looking for Dan? >> >> http://www.debian-administration.org/articles/412 >> >> Chris >> >> -- >> ubuntu-uk@lists.ubuntu.com >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk >> https://wiki.ubuntu.com/UKTeam/ >> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > https://lists.ubuntu.com/archives/ubuntu-uk/attachments/20100612/be8bf83f/attachment-0001.htm > > > ------------------------------ > > Message: 2 > Date: Sat, 12 Jun 2010 20:29:37 +0100 > From: Chris Rowson <christopherrow...@gmail.com> > Subject: Re: [ubuntu-uk] Apache add-on domains? > To: UK Ubuntu Talk <ubuntu-uk@lists.ubuntu.com> > Message-ID: > <aanlktikhubux1w19b29ujua4f46pvwauwkyf1waeh...@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > >> Thank you very much guys, as far as i understand, i just need to add a new >> vhost on the server side in order to set it up. >> But how about on the registrar side? It seems to want Nameservers, not an IP >> address to link too? >> What are nameservers, are they easy enough to set up? > > A name server stores information about which domain names point to > which IP addresses. If you search for www.mydomainname.com your name > server will reply back with the IP address of the server hosting the > www.mydomainname.com website. It's actually a bit more complicated > than that but you can always Google it if you're interested. > > If you're using a Cpanel powered server it's probably managing DNS for > you. As you're wanting to migrate to your own server you're going to > have to sort out the DNS side of things yourself. > > Some registrars like GoDaddy for instance will also handle DNS for > you. That is they will provide you with a name server. Others don't > and ask which name server will be handling your domain. > > If your registrar doesn't provide you with a name server then you > might find a free one by searching Google. > http://www.google.co.uk/search?hl=en&safe=off&q=free+name+server > > I can't recommend one myself as I use the DNS service provided for > free by my registrar. > > Cheers, > > Chris > > > > ------------------------------ > > Message: 3 > Date: Sun, 13 Jun 2010 10:39:34 +0100 > From: Byte Soup <bytes...@gmail.com> > Subject: Re: [ubuntu-uk] Streaming to a shoutcast server > To: UK Ubuntu Talk <ubuntu-uk@lists.ubuntu.com> > Message-ID: > <aanlktilo10nkn7tkgzoi9bh9yjr_alklkmyedng9h...@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi Guys, > > Thanks for your advice, Ive found that Ice2 only streams to a icecast > server, at least thats what I was told on #icecast irc. Ive found "darkice" > and "darksnow" in the repos, but i seem to be having problems with them, > hopefull its just a config problem. Has anyone used "darkice" successfully? > > Mark > > On 11 June 2010 20:44, Simon Greenwood <sfgreenw...@gmail.com> wrote: > >> >> >> On 11 June 2010 19:58, Byte Soup <bytes...@gmail.com> wrote: >> >>> Hi Folks, >>> >>> A coupe of years back, I was using WinXP and winamp with the shoutcast >>> plugin, or "Edcast" to stream to a shoutcast server for live feed to an >>> internet radio station. Id like to find out how I could do the same thing in >>> Linux. Does anyone acheive the same thing, or know what apps / packages id >>> need to do that? >>> >>> I was simply routing a sound feed into the PC from a mixer and then out to >>> the shoutcast server. The encoding was 96K mp3 >>> >>> >> Try icecast, from Xiph.org. VLC from videolan.org will stream directly to >> an Icecast server. There is a wizard for simple streaming and it is >> basically a case of setting up an icecast server and pointing the VLC output >> at it via a wizard. >> >> s/ >> >> -- >> ubuntu-uk@lists.ubuntu.com >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk >> https://wiki.ubuntu.com/UKTeam/ >> >> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > https://lists.ubuntu.com/archives/ubuntu-uk/attachments/20100613/0b3158a9/attachment-0001.htm > > > ------------------------------ > > Message: 4 > Date: Sun, 13 Jun 2010 11:20:49 +0100 > From: John Matthews <jake...@sky.com> > Subject: Re: [ubuntu-uk] Problems with facebook/photouploads/plugin in > Google Chrome > To: UK Ubuntu Talk <ubuntu-uk@lists.ubuntu.com> > Message-ID: <4c14b101.30...@sky.com> > Content-Type: text/plain; charset=us-ascii; format=flowed > > On 26/04/10 11:45, Stephen Garton wrote: >> I gave up on both the Java uploader on the FB site and the F-spot >> plugin (this one was because I fell out with F-spot - the plugin >> itself worked fine!). I now usehttp://fbuploader.damoxc.net/ >> (standalone pyGTK application for uploading photos) >> >> Steve Garton >> http://blog.sheepeatingtaz.co.uk >> >> > > Hi, I found this, and was just wondering, is there an update for Lucid, > or does it just do for karmic? > > John. > > -- > Ubuntu User #30817 > > > > > ------------------------------ > > Message: 5 > Date: Sun, 13 Jun 2010 11:28:20 +0100 > From: Ron Rhodes <owdronrho...@tiscali.co.uk> > Subject: Re: [ubuntu-uk] Problems with facebook/photouploads/plugin in > Google Chrome > To: ubuntu-uk@lists.ubuntu.com > Message-ID: <4c14b2c4.8010...@tiscali.co.uk> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > On 13/06/10 11:20, John Matthews wrote: >> On 26/04/10 11:45, Stephen Garton wrote: >>> I gave up on both the Java uploader on the FB site and the F-spot >>> plugin (this one was because I fell out with F-spot - the plugin >>> itself worked fine!). I now usehttp://fbuploader.damoxc.net/ >>> (standalone pyGTK application for uploading photos) >>> >>> Steve Garton >>> http://blog.sheepeatingtaz.co.uk >>> >>> >> >> Hi, I found this, and was just wondering, is there an update for Lucid, >> or does it just do for karmic? >> >> John. >> > How about telling us WHAT you found! > > Owdgit > > > > ------------------------------ > > -- > ubuntu-uk mailing list > ubuntu-uk@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk > > > End of ubuntu-uk Digest, Vol 62, Issue 44 > ***************************************** -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.com/UKTeam/