On Tue, 1 Mar 2005 15:44:35 +0100, Jozef Kosoru <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> Let's assume that we have these lines in the apache config:
> 
>         <Location /my/location>
>                 SetHandler modperl
>                 PerlResponseHandler MyApp::Handler
>         </Location>
> 
> How can MyApp::Handler obtain an information that it is running
> within "/my/location"?
> 
> Thank you for any help!
> 
> Jozef
> 
> --
> jozef kosoru
> http://zyzstar.kosoru.com
> 

$r->location

--Ian

Reply via email to