Jorge Schrauwen wrote: > Trunk builds fine now. > > Just something that I noticed. > when the u...@domainx is used and domainX doesn't exist it will > default to the default vhost. > > could it be possible to make that configurable to say go to default or > deny connection?
I don't want to solve in code what the code already solves. What about, in the default ftp vhost, using the VirtualHostByUser, configure for basic auth with an empty user list (or for your convenience you could have an admin here). Require valid-user at <Location /> and we should be done. In the named hosts, using VirtualHostByUser plus optionally the StripHostname feature, set the appropriate access control. How would that do for solving the puzzle?
