Help for this page
use Apache2::Const -compile => qw(OK DECLINED REDIRECT); ... my $url = 'http://www.google.com'; $r->headers_out->set(Location => $url); $r->status(Apache2::Const::REDIRECT);
http://www.modperllab.com/migration/redirect_tests.pl ... Content-Length: 0 Connection: close Content-Type: text/plain; charset=UTF-8