Xymon Mailing List Archive search

Wrong permissions on bb.html

list Henrik Størner
Mon, 1 Aug 2005 15:22:54 +0200
Message-Id: <user-06d44b39ab94@xymon.invalid>

On Mon, Aug 01, 2005 at 07:39:48AM -0500, Daniel J McDonald wrote:
I built a new hobbit server, running 4.1.1, on Mandriva 2005.

bb.html, bb2.html, and bbnk.html show up with permissions of 600.
Apache refuses to read the files....
Sounds like the "umask" setting for the hobbit user is too restrictive.
Hobbit creates all files requesting mode 666, but the proces' umask
setting can modify this.

You'd probably want to stick a "umask 022" into your startup script.


Henrik