You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/09/05 05:39:15 UTC

DO NOT REPLY [Bug 44076] UserDir breaks in vhosts

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

--- Comment #4 from Edward Z. Yang <ez...@mit.edu> 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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org