On Fri, 19 Feb 2010 12:15:20 -0700
Nicholas Blatter <[email protected]> wrote:
> On Fri, Feb 19, 2010 at 12:04 PM, Topher Fischer
> <[email protected]> wrote:
> > Out of curiosity, does this mean that Jan's suggestion didn't work?
> Unless I'm doing something completely wrong, yeah, it didn't work.

Take another look at Andrew's suggestion number 2.  The LocationMatch
directive should let you use a full regexp, so you could do something
like this:

<LocationMatch "^/(?!other_stuff/)">
  DAV svn
  yadda yadda
</LocationMatch>

You might need to make sure apache is compiled with pcre for this to
work... I'm not sure if the default regular expression engine
understands (?) syntax.  It's been a while since I built apache, so
this might not be a problem.

        -jan-
-- 
Jan L. Peterson
http://www.peterson-tech.com/~jlp/
--------------------
BYU Unix Users Group 
http://uug.byu.edu/ 

The opinions expressed in this message are the responsibility of their
author.  They are not endorsed by BYU, the BYU CS Department or BYU-UUG. 
___________________________________________________________________
List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list

Reply via email to