Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Getting at apache aliases from mod_perl handlers

by ioannis (Abbot)
on May 14, 2006 at 19:46 UTC ( [id://549353]=note: print w/replies, xml ) Need Help??


in reply to Getting at apache aliases from mod_perl handlers

Use $r->uri() to translate the uri, or $r->filename() if you want to map from uri to pathname. Then return DECLINED if you want other modules to participate in further translations.

As merlyn suggested, you can use subrequests. This is only if you want to ensure that present changes do not result in errors and further uri changes are performed as originally planned.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://549353]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-03-28 08:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found