my $uri = APR::URI->parse;
I want to find out what the scheme (http, https) was for the current request.
APR::URI->parse($r->pool, $r->uri)->scheme;
I also want to find out (and maybe set) the path_info
What's the right way to do this?
$path_info = $r->path_info;
$r->path_info($path_info);
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com