> Virtual {
> Host massvhost
> Control {
> Alias /
> Location /var/www/PATTERN
> }
> }
> Maybe?
> PATTERN should be anything, in a sh or bash way.What could work is 'Location /var/www/*', where we expand the '*' with the name of the host header. That should not be too difficult to code (famous last words.) Cheers Michiel
