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 2010/10/07 21:48:47 UTC

DO NOT REPLY [Bug 48875] VirtualHostByUser problem

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

William A. Rowe Jr. <wr...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #4 from William A. Rowe Jr. <wr...@apache.org> 2010-10-07 15:48:45 EDT ---
This is not how VirtualHostByUser behaves, this is an invalid config.  You
must use a unique 'hostname' as the ServerName, where user@hostname will
parse the ServerName's and ServerAlias's to determine which host the user
is logging into.  You are trying to vary hosts by the users' own name (both
at the same hostname) and this is absolutely not supported.

VirtualHostByUser

    When the user presents a USER {user@hostname} command, select a VirtualHost
by the "hostname" text of the provided name. The NameVirtualHost must be
configured appropriately to match these hosts. If no named virtual host matches
by its ServerName or any of its ServerAliass, the login falls into the first
matching VirtualHost by IP, just as HTTP treats an unmatched Host: header.


StripHostname

    When the user presents a USER {user@hostname} command, strip the
"@hostname" text from the provided name before presenting "user" to the
authentication modules. Most commonly used in conjunction with the
VirtualHostByUser option below.

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