|
From: Yoann M. <inf...@mi...> - 2010-07-28 09:42:48
|
Le mardi 27 juillet 2010 à 16:12 -0700, TJ Saunders a écrit : > > 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). Thx, it works now as expected. Cheers, Yoann |