https://issues.apache.org/bugzilla/show_bug.cgi?id=48875
William A. Rowe Jr. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #4 from William A. Rowe Jr. <[email protected]> 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 u...@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 {u...@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 {u...@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: [email protected] For additional commands, e-mail: [email protected]
