Hi,
I'm having some difficulties with $r->uri under MP2 + Apache 2.x. I
need to get just the requested URI, not the referer, but whatever is
coming back from $r->uri is *not* letting me strip the referer
information. For instance:
my $uri = $r->uri;
# $uri = 'http://blah/blah.txt, referer: http
Ok, so the 'referer:' bit was due to my server log format. The URI
itself is fine.
On Mon, 2004-06-07 at 13:04, Cory C. Omand wrote:
> Hi,
>
> I'm having some difficulties with $r->uri under MP2 + Apache 2.x. I
> need to get just the requested URI, not the referer, but whatever is
> coming bac