https://issues.apache.org/bugzilla/show_bug.cgi?id=45259
--- Comment #2 from sandoz <[EMAIL PROTECTED]> 2008-06-27 06:42:19 PST --- Created an attachment (id=22188) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22188) Patch for mod_userdir.c to add a new UserDir conf scheme. This patch adds a new configuration scheme to the UserDir directive. * UserDir /home/?/*/public_html -> /home/a/anabel/public_html This scheme makes it possible to subdivide the /home directory into directories named by the first letter of the usernames, e.g. /home/a/anabel, /home/b/bob, etc. For computational simplicity, that scheme allows only such configurations, where the '?' sign comes before the '*' sign. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
