Mailing List Archive

directory access
>More importantly, it should be documented that Apache treats all wildcard
>Directory entries as though they end in a '*' (nearly).

Yep. I am a big believer in documentation, and I'll be happy to
document some of apache just as soon as I get finished documenting
the Web. Don't hold your breath.... ;-)

>e.g.
> <Directory /foo/*/baz>
>
>for NCSA matches /foo/wibble/baz but not /foo/wibble/baz/wombat,
>whereas in Apache 0.8.10-patched both directories are matched.

That must be a bug in NCSA httpd. Directory access is hierarchical,
and therefore apply to "all below" until overridden below.

.......Roy