Page 1 of 1

Problem with 2.4.27/2.0.1 -> 2.4.28/2.0.2 transition

PostPosted: Sun Jan 02, 2005 10:46 am
by superbock
Hi,

After upgrading, i noticed that one subject ACL stopped working properly. The logs say the subject (/usr/sbin/httpd o) has no permission to read/write. I believe the guilty part is:

/home
/home/httpd
/home/httpd/vhosts
/home/httpd/vhosts/* rwcd

Something changed or what might i be missing?

tia

PostPosted: Sun Jan 02, 2005 7:55 pm
by spender
This was a problem in the regular expression code that I changed in 2.0.2.
/file/*/blah was to match /file/tmp/blah, but not /file/tmp/tmp2/blah
/file/* was to match /file/tmp and /file/tmp/tmp2, etc

the second case was broken so that it would only match /file/tmp. I've corrected this in CVS.

-Brad