feature request: wildcard expansion

Dmitry Volkoff <[email protected]> Tue, 16 Mar 2004 03:58:41 +0300
Newsgroups gmane.network.mathopd
Message-ID <20040316005841.GA20503@server1>
Hi, Michiel,

I think it will be reasonable to apply wildcard expansion to
Error40*file and AutoIndexCommand. As an example:

Server {
  Virtual {
    AnyHost
    Control {
      Alias /
      Location /var/www/*
      Error404file /var/www/*/index404.html
      AutoIndexCommand /var/www/*/index.cgi
    }
  }
}

Very good for mass virtual hosting.

-- 
    DV