in reply to Re^2: How to get the value of <Location> directive (mod_perl)?
in thread How to get the value of <Location> directive (mod_perl)?
And then in my handler:<Location /blah> PerlSetVar matched "blah" </Location>
That serves my needs. However, if you want a definitive answer about whether this can be retrieved directly from apache or not, you need to ask on the mod_perl mailing list.if ($r->dir_config('matched') eq 'blah') {
|
|---|