On Wed, May 16, 2001 at 01:39:45PM -0400, barries wrote:
> On Wed, May 16, 2001 at 12:07:28PM -0400, Vivek Khera wrote:
> > 
> > I don't think location takes a glob pattern.
> 
> A nit: it can. <Directory>, <Location> and <File> can all take
> shell-like globs using ?, *, and []/[!...]/[^...] operators, looks like.
> No equivalent to {a,b,c} alternation, AFAICS.

according to /usr/share/doc/apache-doc/manual/mod/core.html,

        <Directory /var/verbatim>       # matches exactly
        <Directory "/var/www/*glob*">   # matches filename glob
        <Directory ~ "^/pub/(you|me)$"> # matches full regex, with tilde
        <DirectoryMatch "(some|any)thing">      # matches full regex

and similar for <LocationMatch> and <FilesMatch>

-- 
What do I need manners for? I already got me a wife.
        -- Adam Pontipee, "Seven Brides for Seven Brothers"

[EMAIL PROTECTED]
http://sourceforge.net/projects/newbiedoc -- we need your brain!
http://www.dontUthink.com/ -- your brain needs us!

Reply via email to