On Fri, Feb 19, 2010 at 10:42:56AM -0700, Nicholas Blatter wrote: > > Does anyone know if there is a way to either disable or override a > sub-Location like this? I realize the subversion repositories > shouldn't be in the root of the site but this has been in place for a > while now and we'd rather not need to force all the users of the repos > to svn switch.
I have two ideas (which I haven't tested): 1) Try putting the more specific Location before the more general Location in your configuration. I think this will work. 2) If that doesn't work, you could change the more general Location so that the more specific path doesn't match it. For example, you could add entries for "/a", "/b", and "/c" instead of a broad "/". I'm not looking at the documentation, but there might be a cleaner way to specify a more specific pattern. But I think that idea (1) will work, anyway. -- Andrew McNabb http://www.mcnabbs.org/andrew/ PGP Fingerprint: 8A17 B57C 6879 1863 DE55 8012 AB4D 6098 8826 6868 -------------------- 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
