[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Critical System Editor Tips.
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Critical System Editor Tips.
- From: Jerald Sheets <questy (at) gmail.com>
- Date: Wed, 9 Jun 2010 08:04:00 -0400
- Cc: David Baldwin <david.baldwin (at) ausport.gov.au>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=700xgi8xwghFmNCzXwufVyI4BgmUhYi0Zwb/8wBgpHw=; b=rb9vH/lLlYw4OjhNe79mkRQem1zWPKUYrSEureVMJfima47eyZuCwHzAnKie+oz8DW ZY5IdUseAXToxWoec35b8k/L7GTsqhfwXvG/Y6Rz9aNAtNP7V5rLsCCn4ld+lFXYAL2I nlD2YfxnycEM39n+4ij8gKMEVVC4LtsDDNylY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=hMCKK5+8lRvkEYaRTk5XnsZa4jqSMJPrROUoodPDbGDSYEP1naCWAT4arcEdEKxzIo nsG5CRMHHPmrQH/aiwFJOc9Tzj6Wy6eFQN0OnSWVxsr3r+B4WCW5pKrOASol7D8vmKcN hd6DVxD16tQ0CBIROQiJxyOLC6tBGjq4Y/yWI=
- References: <8A82C7A8DFD13048B6717BBFA72CF57406242FA0 (at) prmsdcex01.premier.local> <8A82C7A8DFD13048B6717BBFA72CF574062430BB (at) prmsdcex01.premier.local> <4C0F5850.4080502 (at) ausport.gov.au> <201006091104.41406.bgmilne (at) staff.telkomsa.net>
> apache:xymon 640
> xymon:apache 660
> root:apache 664
From the perspective of the Apache engine, it prefers:
0755 on directories
0644 on files
owned by apache:apache (or www:www, or www-data:www-data, or nobody:nobody). Whatever your distro uses.
That's more of a protection mechanism than anything.
--j