On Tue, Apr 21, 2009 at 1:47 PM, Perrin Harkins <phark...@gmail.com> wrote: > On Tue, Apr 21, 2009 at 6:16 AM, André Warnier <a...@ice-sa.com> wrote: >> I mean, I could do something like respectively >> PerlSetVar context "location:/xyz" >> and >> PerlSetVar context "dir:/some/path" >> >> and then check the var in the handler, but there has to be a better/cleaner >> way, no ? > > That's what I would do. Easy and foolproof.
Assuming of course that you care about Directory xyz vs Location xyz. If they're totally different URLs, then checking the location is all you need. - Perrin