https://bz.apache.org/bugzilla/show_bug.cgi?id=64172
Eric Covener <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Eric Covener <[email protected]> --- (In reply to tm8544 from comment #0) > Consider the following Auth container: > > <RequireAny> > Require group MY_USERS > Require user User_X > </RequireAny> > > User_X is not included in group file MY_USERS. > When I access the site as User_X, access is granted but there is an error in > Apache log. > > module authz_groupfile logs the following error: > authz_groupfile:error pid 3448:tid 4880 client XXX.XXX.XXX.XXX:53607 > AH01666: Authorization of user User_X to access /index.php failed, reason: > user doesn't appear in group file (XXXXXXXXX_MY_GROUP). > > But considering the container there is no error, so why log it as an error? > Would a notice do? notice is quite high too. There were a handful of these kinds of things that cropped up in early 2.4 that were suppressed. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
