in reply to Re^2: mod_perl and HTTP::Mason acting funky
in thread mod_perl and HTTP::Mason acting funky

LocationMatch uses regex, so you would want something like <LocationMatch "/dir/dir/[^/]*\.html$"> (/dir/dir/*.html only) or <Location Match "/dir/dir/.*\.html$"> (any *.html below /dir/dir/)