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=42910>. 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=42910 Summary: Userdir module bug, or documentation error. UserDir enabled Product: Apache httpd-2 Version: 2.2.3 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: mod_userdir AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] If, following the documentation at http://httpd.apache.org/docs/2.2/howto/public_html.html#related "UserDir enabled UserDir disabled root jro fish The configuration above will enable the feature for all users except for those listed in the disabled statement." This will give you the following error: Syntax error on line xxx of xx path/httpd.conf UserDir "enable" keyword requires a list of usernames Removing the UserDir enabled line, or defining a username after, will negate the error message. Apparently, It seems based on my initial testing, that the way to get the behavoir decribed in the documentation is to have a UserDir path supplied, no enable line, and only a UserDir disabled user1 line. Chicken or egg situation. Unsure if this is proper behavoir for the module and the documentation is wrong, or vice versa. -- 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]
