my $self_uri = APR::URI->parse($r->pool,$r->uri)->unparse; $r->headers_out->set(Location => $self_uri . "&r2=1"); return Apache::REDIRECT;