> Take this example
>
> DocumentRoot "/userland/web/sites"
>
> <Directory "/userland/web/sites">
>
> Allow from all
> Deny from none
>
> </Directory>
>
> Alias /DAVSpace/ "/userland/web/sites/"
> <Location "/DAVSpace/">
>
> Dav On
> Order deny,allow
> Allow from localhost
> Require valid-user
> Satisfy Any
>
> </Location>
>
> This configuration would be impossible without the trailing <Location >
> config.
Ummm, if that is a valid configuration, then maybe we should be rethinking
how access control is performed rather than contorting the request process.
A lot of these misfeatures will have to be removed when we abstract the
back-end.
Something for 3.0, I guess.
....Roy