|
From: TJ S. <tj...@ca...> - 2010-07-27 23:14:34
|
> it works if I have only one <Directory> occurrence, as soon as I have a > second one[1], the umask is set u 007 for everything, as you can see in > the log[2] > > <Directory /home/user/monsite/*/data> > Umask 007 007 > </Directory> > > <Directory /home/user/monsite2/dir1/data> > Umask 0007 0007 > </Directory> OK. This turned out to be caused by bad placement of parentheses in the patch; I've updated the bug report with a version of the fix which should Do The Right Thing(tm). Cheers, TJ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A man said to the Universe: "Sir, I exist!" "However," replied the Universe, "the fact has not created in me a sense of obligation." -Stephen Crane ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |