Hello,
It seems the method unparse() of Apache::URI does not take the port
value into the result string. For example, I have:
my $uri = Apache::URI->parse($r, $r->uri);
$uri->scheme('http');
$uri->hostname($r->get_server_name);
$uri->port(8080);
$uri->query(scalar $r->args);
If I call $uri->unparse(), the string returned does not have port 8080
in it. Can anyone shed some light? Thanks.
Fred Xia
- RE: Apache::URI port() problem Zeqing Xia
- RE: Apache::URI port() problem Eric Cholet
- Re: Apache::URI port() problem Zeqing Xia
- Error compiling mod_perl Sam Carleton
- Re: Error compiling mod_perl Doug MacEachern
- Re: Error compiling mod_perl Sam Carleton
