[SLUG] multiple domain to one web site

2008-04-22 Thread Voytek Eymont
when setting a single web site with multiple domain names, like, name.com, name.com.au, name.net.au, is there any recommended way to run that, from search engine perspective ? I normally set 'alias' directive for each additional domain in Apache vhost conf, just curious if that the way, or is

Re: [SLUG] multiple domain to one web site

2008-04-22 Thread Tony Sceats
From a search engine perspective you're better off only having one domain work properly and having redirects set up to the chosen master domain - this way when people link to your site you don't loose page-ranking as they are more likely to link to the same URLs (thus increasing your page ranking)

Re: [SLUG] multiple domain to one web site

2008-04-22 Thread xorprime
If it is the same content, might as well do an alias. http://forums.devshed.com/search-engine-optimization-108/alias-for-better-seo-placement--question-355698.html There is no gain really for using multiple domains for the same content. You can use redirect as well if you will maintain just a

[SLUG] Re: Strawpoll on Roles in the Governance of ICT

2008-04-22 Thread Marghanita da Cruz
Results are here: http://www.ramin.com.au/itgovernance/straw-poll-ICT-roles-responsibilities.shtml further comments welcome. Marghanita [EMAIL PROTECTED] wrote: Quoting Marghanita da Cruz [EMAIL PROTECTED]: Hi Sridhar and SLUGers, Video of the Open 2020 talks is now available at

Re: [SLUG] multiple domain to one web site

2008-04-22 Thread Voytek Eymont
On Tue, April 22, 2008 4:16 pm, Tony Sceats wrote: From a search engine perspective you're better off only having one domain work properly and having redirects set up to the chosen master domain - this way when people link to your site you don't loose page-ranking as they are more likely to

Re: [SLUG] multiple domain to one web site

2008-04-22 Thread Justin Randell
Voytek Eymont wrote: so is this something like this in the virtual host container: Redirect / http://www.name.com.au from your description of the problem you probably also want a permanent redirect? Redirect permanent / http://www.name.com.au -- SLUG - Sydney Linux User's Group Mailing

Re: [SLUG] multiple domain to one web site

2008-04-22 Thread Voytek Eymont
On Wed, April 23, 2008 8:47 am, Justin Randell wrote: Voytek Eymont wrote: so is this something like this in the virtual host container: Redirect / http://www.name.com.au from your description of the problem you probably also want a permanent redirect? Redirect permanent /

[SLUG] Hanging kernel process - Core Dump

2008-04-22 Thread Grahame M. Kelly
Hi Sluggers. I have got a intermittant process events/0 (usually PID 11 or thereabouts) that hangs, putting one of the CPU's into 100% usage awaiting for something (hence my need to force a core dump). I have tested the system running Linux without the applications I normally want running

Re: [SLUG] Hanging kernel process - Core Dump

2008-04-22 Thread Peter Chubb
Grahame == Grahame M Kelly [EMAIL PROTECTED] writes: Grahame Hi Sluggers. I have got a intermittant process events/0 Grahame (usually PID 11 or thereabouts) that hangs, putting one of Grahame the CPU's into 100% usage awaiting for something (hence my Grahame need to force a core dump).

[SLUG] Real Time Processes

2008-04-22 Thread Tony Sceats
Hi Slug, Does anyone know how I would force a process into the Real Time scheduling class in Linux? chrt seems to modify RT parameters once the process is in the RT class, but I can't seem to find how to put one in there outside of it being explicitly set within code, which is not an option in

Re: [SLUG] Hanging kernel process - Core Dump

2008-04-22 Thread Grahame M. Kelly
On Wed, 23 Apr 2008 01:38:35 pm Peter Chubb wrote: Grahame == Grahame M Kelly [EMAIL PROTECTED] writes: Grahame Hi Sluggers. I have got a intermittant process events/0 Grahame (usually PID 11 or thereabouts) that hangs, putting one of Grahame the CPU's into 100% usage awaiting for something

Re: [SLUG] Real Time Processes

2008-04-22 Thread Peter Chubb
Tony == Tony Sceats [EMAIL PROTECTED] writes: Tony Hi Slug, Does anyone know how I would force a process into the Tony Real Time scheduling class in Linux? chrt seems to modify RT Tony parameters once the process is in the RT class, but I can't seem Tony to find how to put one in there outside

Re: [SLUG] Hanging kernel process - Core Dump

2008-04-22 Thread Peter Chubb
Grahame == Grahame M Kelly [EMAIL PROTECTED] writes: Grahame On Wed, 23 Apr 2008 01:38:35 pm Peter Chubb wrote: Grahame == Grahame M Kelly [EMAIL PROTECTED] writes: Grahame Hi Sluggers. I have got a intermittant process events/0 Grahame (usually PID 11 or thereabouts) that hangs, putting

Re: [SLUG] Real Time Processes

2008-04-22 Thread Tony Sceats
Thanks Peter, I was hoping that wouldn't be necessary - eg, in Solaris you can use priocntl to change processes into RT class, but I can't find anything equivalent - chrt is as close as I can find. Interestingly if you use top, there are kernel tasks listed as RT in the PRI column, and if you use

Re: [SLUG] Hanging kernel process - Core Dump

2008-04-22 Thread Grahame M. Kelly
On Wed, 23 Apr 2008 02:29:23 pm Peter Chubb wrote: echo t /proc/sysrq-trigger Thanks Peter. On my system it places the output into the syslog file. Just what I needed. A couple of questions though. 1 I suspect that child processes are dumped the same way but what about multi-threads? 2

Re: [SLUG] Re: Sending mail from within a highly locked down network

2008-04-22 Thread Andrew Cowie
On Mon, 2008-04-21 at 14:37 +1000, Mary Gardiner wrote: I wasn't clear in my original mail: I'm more interested in how people get their laptop to switch mail settings between inside horrible network and normal operation Gentoo Linux has an RC system that has the concept of named runlevels...

Re: [SLUG] Sending mail from within a highly locked down network

2008-04-22 Thread Robert Collins
On Mon, 2008-04-21 at 12:06 +1000, Mary Gardiner wrote: Background: my normal mail setup uses Postfix on my laptop to send outgoing mail. My university has blocked all outgoing ports except 80 (and they may have a transparent proxy in front of that) and 443 on their wireless network. My laptop

Re: [SLUG] Hanging kernel process - Core Dump

2008-04-22 Thread Peter Chubb
Grahame == Grahame M Kelly [EMAIL PROTECTED] writes: Grahame On Wed, 23 Apr 2008 02:29:23 pm Peter Chubb wrote: echo t /proc/sysrq-trigger Grahame Thanks Peter. On my system it places the output into the Grahame syslog file. Just what I needed. Grahame A couple of questions though.