DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38543>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38543 Summary: mod_authz_groupfile registers itself as mod_authz_owner Product: Apache httpd-2 Version: 2.2.0 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P4 Component: Other Modules AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Apache 2.2.0, modules/aaa/mod_authz_groupfile.c, line 270 is now: static const char * const aszPre[]={ "mod_authz_owner.c", NULL }; should be: static const char * const aszPre[]={ "mod_authz_groupfile.c", NULL }; (I don't know whether this may cause a some negative effect when using both mod_authz_owner and mod_authz_groupfile.) Happy fixing :-) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
