https://issues.apache.org/bugzilla/show_bug.cgi?id=44076

--- Comment #4 from Edward Z. Yang <[email protected]> 2011-09-05 03:39:15 UTC ---
I'd like to remark that this bugfix causes behavior change. In particular, if I
do the following:

UserDir disabled
<VirtualHost example.com>
  UserDir public_html
</VirtualHost>

In old versions of Apache, this would result in UserDir's being globally
disabled, except for http://example.com/~bob. However, with this bugfix,
http://example.com/~bob no longer works.

This version of the config does work:

UserDir disabled
<VirtualHost example.com>
  UserDir enabled
  UserDir public_html
</VirtualHost>

But it seems that this enabled stanza should be implicit when we pass a UserDir
directory. Let me know if I should open a new bug.

-- 
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]

Reply via email to