[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] Wrong permissions on bb.html



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