
titetluc at gmail
Sep 19, 2008, 12:29 AM
Post #3 of 6
(773 views)
Permalink
|
|
Re: [MP2]: strange behavior with Apache2::SubRequest::run
[In reply to]
|
|
2008/9/18 Perrin Harkins <perrin [at] elem> > On Thu, Sep 18, 2008 at 10:31 AM, titetluc titetluc <titetluc [at] gmail> > wrote: > > I have 2 URIs returning HTTP_MOVED_TEMPORARILY > > The first one, /test_mod_perl is written using mod_perl > > The second one, /test_mod_cgi is written using CGI > > Does your mod_perl one return Apache2::Const::REDIRECT at the end? > No, the module returns Apache2::Const::MOVED_TEMPORARILY, setting the Location header by using $r->err_headers_out > - Perrin
|