Confusing subject, simple question:

<Location /foo/bar>
  PerlSetVar  MyRoot "/foo/bar"
  SetHandler  perl-script
  PerlHandler MyModule
</Location>

MyModule calls $r->dir_config('MyRoot') to get the "/foo/bar" path.

I want to ditch the  "PerlSetVar MyRoot" line because it will always have
the same value as the "Location" directiv above it.  Is there a way MyModule
can get "/foo/bar" using some other means?

(This is mod_perl 1, BTW)

-John


Reply via email to